public abstract class GMapLayerBase extends javax.faces.component.UIPanel implements IGMapLayer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GMapLayerBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GMapLayerBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getLayerType()
Return the value of the
layerType property. |
java.lang.String |
getOptions()
Return the value of the
options property. |
java.lang.String |
getUrl()
Return the value of the
url property. |
protected boolean |
isPropertySet(java.lang.String finder) |
boolean |
isVisible()
Return the value of the
visible property. |
void |
setLayerType(java.lang.String layerType)
Set the value of the
layerType property. |
void |
setOptions(java.lang.String options)
Set the value of the
options property. |
void |
setUrl(java.lang.String url)
Set the value of the
url property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setVisible(boolean visible)
Set the value of the
visible 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 setLayerType(java.lang.String layerType)
Set the value of the layerType property.
Contents: The type of layer that you wish to create. Options are 'Bicycling', 'Traffic', 'Transit', 'Fusion' and 'Kml'. (Case insensitive)
setLayerType in interface IGMapLayerpublic java.lang.String getLayerType()
Return the value of the layerType property.
Contents: The type of layer that you wish to create. Options are 'Bicycling', 'Traffic', 'Transit', 'Fusion' and 'Kml'. (Case insensitive)
getLayerType in interface IGMapLayerpublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the layer. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#KmlLayerOptions. Form is attribute:'value'.
setOptions in interface IGMapLayerpublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the layer. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#KmlLayerOptions. Form is attribute:'value'. Default = 'Skip'.
getOptions in interface IGMapLayerpublic void setUrl(java.lang.String url)
Set the value of the url property.
Contents: The URL from which to draw kml data.
setUrl in interface IGMapLayerpublic java.lang.String getUrl()
Return the value of the url property.
Contents: The URL from which to draw kml data.
getUrl in interface IGMapLayerpublic void setVisible(boolean visible)
Set the value of the visible property.
Contents: Whether to make the chosen layer visible or not.
setVisible in interface IGMapLayerpublic boolean isVisible()
Return the value of the visible property.
Contents: Whether to make the chosen layer visible or not.
isVisible in interface IGMapLayerprotected 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.