public abstract class GMapInfoWindowBase extends javax.faces.component.UIPanel implements IGMapInfoWindow
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GMapInfoWindowBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GMapInfoWindowBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Return the value of the
content property. |
java.lang.String |
getFamily() |
java.lang.String |
getLatitude()
Return the value of the
latitude property. |
java.lang.String |
getLongitude()
Return the value of the
longitude property. |
java.lang.String |
getOptions()
Return the value of the
options property. |
java.lang.Boolean |
isDisabled()
Return the value of the
disabled property. |
protected boolean |
isPropertySet(java.lang.String finder) |
boolean |
isShowOnClick()
Return the value of the
showOnClick property. |
boolean |
isStartOpen()
Return the value of the
startOpen property. |
void |
setContent(java.lang.String content)
Set the value of the
content property. |
void |
setDisabled(java.lang.Boolean disabled)
Set the value of the
disabled property. |
void |
setLatitude(java.lang.String latitude)
Set the value of the
latitude property. |
void |
setLongitude(java.lang.String longitude)
Set the value of the
longitude property. |
void |
setOptions(java.lang.String options)
Set the value of the
options property. |
void |
setShowOnClick(boolean showOnClick)
Set the value of the
showOnClick property. |
void |
setStartOpen(boolean startOpen)
Set the value of the
startOpen property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setContent(java.lang.String content)
Set the value of the content property.
Contents: The text content to be displayed within the info window. If this component has child tags(either html or another jsf component), this attribute will not be used, placing the children within the window instead.
setContent in interface IGMapInfoWindowpublic java.lang.String getContent()
Return the value of the content property.
Contents: The text content to be displayed within the info window. If this component has child tags(either html or another jsf component), this attribute will not be used, placing the children within the window instead.
getContent in interface IGMapInfoWindowpublic void setDisabled(java.lang.Boolean disabled)
Set the value of the disabled property.
Contents: Set to true to remove the window from the map
setDisabled in interface IGMapInfoWindowpublic java.lang.Boolean isDisabled()
Return the value of the disabled property.
Contents: Set to true to remove the window from the map Default = 'false'.
isDisabled in interface IGMapInfoWindowpublic void setLatitude(java.lang.String latitude)
Set the value of the latitude property.
Contents: The latitude for the window, will be overridden if the component is the child of a marker.
setLatitude in interface IGMapInfoWindowpublic java.lang.String getLatitude()
Return the value of the latitude property.
Contents: The latitude for the window, will be overridden if the component is the child of a marker.
getLatitude in interface IGMapInfoWindowpublic void setLongitude(java.lang.String longitude)
Set the value of the longitude property.
Contents: The longitude for the window, will be overridden if the component is the child of a marker.
setLongitude in interface IGMapInfoWindowpublic java.lang.String getLongitude()
Return the value of the longitude property.
Contents: The longitude for the window, will be overridden if the component is the child of a marker.
getLongitude in interface IGMapInfoWindowpublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the window. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions. Form is attribute:'value'.
setOptions in interface IGMapInfoWindowpublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the window. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions. Form is attribute:'value'. Default = 'none'.
getOptions in interface IGMapInfoWindowpublic void setShowOnClick(boolean showOnClick)
Set the value of the showOnClick property.
Contents: Boolean value that determines whether or not the info window appears upon a click of the marker it is bound to. This attribute will not have any effect if the info window is not nested in a marker.
setShowOnClick in interface IGMapInfoWindowpublic boolean isShowOnClick()
Return the value of the showOnClick property.
Contents: Boolean value that determines whether or not the info window appears upon a click of the marker it is bound to. This attribute will not have any effect if the info window is not nested in a marker. Default = 'true'.
isShowOnClick in interface IGMapInfoWindowpublic void setStartOpen(boolean startOpen)
Set the value of the startOpen property.
Contents: Boolean value that determines whether or not the info window will open upon loading the map, or whether it will remain hidden until the parent marker is clicked. Will only have an effect if window is nested inside a marker, and showOnClick is true.
setStartOpen in interface IGMapInfoWindowpublic boolean isStartOpen()
Return the value of the startOpen property.
Contents: Boolean value that determines whether or not the info window will open upon loading the map, or whether it will remain hidden until the parent marker is clicked. Will only have an effect if window is nested inside a marker, and showOnClick is true. Default = 'true'.
isStartOpen in interface IGMapInfoWindowprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.