public abstract class GMapBase extends javax.faces.component.UIPanel implements IGMap
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GMapBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GMapBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccesskey()
Return the value of the
accesskey property. |
java.lang.String |
getAddress()
Return the value of the
address 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 |
getOldLatitude()
Return the value of the
oldLatitude property. |
java.lang.String |
getOldLongitude()
Return the value of the
oldLongitude property. |
java.lang.String |
getOldType()
Return the value of the
oldType property. |
java.lang.String |
getOldZoomLevel()
Return the value of the
oldZoomLevel property. |
java.lang.String |
getOptions()
Return the value of the
options property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getType()
Return the value of the
type property. |
java.lang.String |
getZoomLevel()
Return the value of the
zoomLevel property. |
boolean |
isInitialized()
Return the value of the
initialized property. |
boolean |
isLocateAddress()
Return the value of the
locateAddress property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setAccesskey(java.lang.String accesskey)
Set the value of the
accesskey property. |
void |
setAddress(java.lang.String address)
Set the value of the
address property. |
void |
setInitialized(boolean initialized)
Set the value of the
initialized property. |
void |
setLatitude(java.lang.String latitude)
Set the value of the
latitude property. |
void |
setLocateAddress(boolean locateAddress)
Set the value of the
locateAddress property. |
void |
setLongitude(java.lang.String longitude)
Set the value of the
longitude property. |
void |
setOldLatitude(java.lang.String oldLatitude)
Set the value of the
oldLatitude property. |
void |
setOldLongitude(java.lang.String oldLongitude)
Set the value of the
oldLongitude property. |
void |
setOldType(java.lang.String oldType)
Set the value of the
oldType property. |
void |
setOldZoomLevel(java.lang.String oldZoomLevel)
Set the value of the
oldZoomLevel property. |
void |
setOptions(java.lang.String options)
Set the value of the
options property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setType(java.lang.String type)
Set the value of the
type property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setZoomLevel(java.lang.String zoomLevel)
Set the value of the
zoomLevel property. |
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 setAccesskey(java.lang.String accesskey)
Set the value of the accesskey property.
Contents: Access key that, when pressed, transfers focus to this component.
setAccesskey in interface IGMappublic java.lang.String getAccesskey()
Return the value of the accesskey property.
Contents: Access key that, when pressed, transfers focus to this component.
getAccesskey in interface IGMappublic void setAddress(java.lang.String address)
Set the value of the address property.
Contents: Address to locate.
setAddress in interface IGMappublic java.lang.String getAddress()
Return the value of the address property.
Contents: Address to locate.
getAddress in interface IGMappublic void setInitialized(boolean initialized)
Set the value of the initialized property.
Contents: Specifies whether the map has been initialized or not.
setInitialized in interface IGMappublic boolean isInitialized()
Return the value of the initialized property.
Contents: Specifies whether the map has been initialized or not. Default = 'false'.
isInitialized in interface IGMappublic void setLatitude(java.lang.String latitude)
Set the value of the latitude property.
Contents: The starting latitude for the map. Will be overridden if an address is provided.
setLatitude in interface IGMappublic java.lang.String getLatitude()
Return the value of the latitude property.
Contents: The starting latitude for the map. Will be overridden if an address is provided. Default = '51.06757388616548'.
getLatitude in interface IGMappublic void setLocateAddress(boolean locateAddress)
Set the value of the locateAddress property.
Contents: Whether the map should be locating the specified address. Default is false.
setLocateAddress in interface IGMappublic boolean isLocateAddress()
Return the value of the locateAddress property.
Contents: Whether the map should be locating the specified address. Default is false. Default = 'false'.
isLocateAddress in interface IGMappublic void setLongitude(java.lang.String longitude)
Set the value of the longitude property.
Contents: The starting longitude for the map. Will be overridden if an address is provided.
setLongitude in interface IGMappublic java.lang.String getLongitude()
Return the value of the longitude property.
Contents: The starting longitude for the map. Will be overridden if an address is provided. Default = '-114.08538937568665'.
getLongitude in interface IGMappublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the map. Check google maps API at https://developers.google.com/maps/documentation/javascript/reference#MapOptions for more specifics. Form is attribute:'value'.
setOptions in interface IGMappublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the map. Check google maps API at https://developers.google.com/maps/documentation/javascript/reference#MapOptions for more specifics. Form is attribute:'value'.
getOptions in interface IGMappublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Styling for the main gMap div.
public java.lang.String getStyle()
Return the value of the style property.
Contents: Styling for the main gMap div.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: The classname for the main gMap div.
setStyleClass in interface IGMappublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: The classname for the main gMap div.
getStyleClass in interface IGMappublic void setType(java.lang.String type)
Set the value of the type property.
Contents: Map type to display by default. Possible values are 'HYBRID', 'ROADMAP', 'SATELLITE' and 'TERRAIN', case insensitive.
public java.lang.String getType()
Return the value of the type property.
Contents: Map type to display by default. Possible values are 'HYBRID', 'ROADMAP', 'SATELLITE' and 'TERRAIN', case insensitive. Default = 'ROADMAP'.
public void setZoomLevel(java.lang.String zoomLevel)
Set the value of the zoomLevel property.
Contents: Starting zoom of the map element.
setZoomLevel in interface IGMappublic java.lang.String getZoomLevel()
Return the value of the zoomLevel property.
Contents: Starting zoom of the map element. Default = '5'.
getZoomLevel in interface IGMappublic void setOldLatitude(java.lang.String oldLatitude)
Set the value of the oldLatitude property.
setOldLatitude in interface IGMappublic java.lang.String getOldLatitude()
Return the value of the oldLatitude property.
getOldLatitude in interface IGMappublic void setOldLongitude(java.lang.String oldLongitude)
Set the value of the oldLongitude property.
setOldLongitude in interface IGMappublic java.lang.String getOldLongitude()
Return the value of the oldLongitude property.
getOldLongitude in interface IGMappublic void setOldType(java.lang.String oldType)
Set the value of the oldType property.
setOldType in interface IGMappublic java.lang.String getOldType()
Return the value of the oldType property.
getOldType in interface IGMappublic void setOldZoomLevel(java.lang.String oldZoomLevel)
Set the value of the oldZoomLevel property.
setOldZoomLevel in interface IGMappublic java.lang.String getOldZoomLevel()
Return the value of the oldZoomLevel property.
getOldZoomLevel in interface IGMapprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.