public abstract class GMapServicesBase extends javax.faces.component.UIPanel implements IGMapServices
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GMapServicesBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GMapServicesBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiv()
Return the value of the
div property. |
java.lang.String |
getFamily() |
java.lang.String |
getName()
Return the value of the
name property. |
java.lang.String |
getOptions()
Return the value of the
options property. |
java.lang.String |
getPoints()
Return the value of the
points property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setDiv(java.lang.String div)
Set the value of the
div property. |
void |
setName(java.lang.String name)
Set the value of the
name property. |
void |
setOptions(java.lang.String options)
Set the value of the
options property. |
void |
setPoints(java.lang.String points)
Set the value of the
points 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 setDiv(java.lang.String div)
Set the value of the div property.
Contents: Id of the div element to fill with the results, such as text directions, etc. Set to null or 'none' to clear.
setDiv in interface IGMapServicespublic java.lang.String getDiv()
Return the value of the div property.
Contents: Id of the div element to fill with the results, such as text directions, etc. Set to null or 'none' to clear. Default = 'none'.
getDiv in interface IGMapServicespublic void setName(java.lang.String name)
Set the value of the name property.
Contents: The name of the service type you want to create. Valid entries are: 'Directions', 'Elevation', 'MaxZoom', and 'Distance' (Case insensitive).
setName in interface IGMapServicespublic java.lang.String getName()
Return the value of the name property.
Contents: The name of the service type you want to create. Valid entries are: 'Directions', 'Elevation', 'MaxZoom', and 'Distance' (Case insensitive).
getName in interface IGMapServicespublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the service. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference. Format is "attribute:'value', attribute:'value'".
setOptions in interface IGMapServicespublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the service. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference. Format is "attribute:'value', attribute:'value'". Default = 'travelMode:'DRIVING''.
getOptions in interface IGMapServicespublic void setPoints(java.lang.String points)
Set the value of the points property.
Contents: The points that the service is applied to. Format is (lat,long) or, for Directions and Distance only, a standard address. Separate points with ':'.
setPoints in interface IGMapServicespublic java.lang.String getPoints()
Return the value of the points property.
Contents: The points that the service is applied to. Format is (lat,long) or, for Directions and Distance only, a standard address. Separate points with ':'.
getPoints in interface IGMapServicesprotected 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.