public abstract class GMapEventBase extends javax.faces.component.UIPanel implements IGMapEvent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GMapEventBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GMapEventBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Return the value of the
eventType property. |
java.lang.String |
getFamily() |
javax.el.MethodExpression |
getListener()
Return the value of the
listener property. |
java.lang.String |
getScriptToUse()
Return the value of the
scriptToUse property. |
java.lang.Boolean |
isDisabled()
Return the value of the
disabled property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setDisabled(java.lang.Boolean disabled)
Set the value of the
disabled property. |
void |
setEventType(java.lang.String eventType)
Set the value of the
eventType property. |
void |
setListener(javax.el.MethodExpression listener)
Set the value of the
listener property. |
void |
setScriptToUse(java.lang.String scriptToUse)
Set the value of the
scriptToUse 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 setDisabled(java.lang.Boolean disabled)
Set the value of the disabled property.
Contents: Set to true to remove the event from the map.
setDisabled in interface IGMapEventpublic java.lang.Boolean isDisabled()
Return the value of the disabled property.
Contents: Set to true to remove the event from the map. Default = 'false'.
isDisabled in interface IGMapEventpublic void setEventType(java.lang.String eventType)
Set the value of the eventType property.
Contents: The type of event that you want the script to execute on. The script will execute when the parent component of this tag fires the chosen event. Valid types vary based on parent tag, but can be found under the parent's mention in the google API.
setEventType in interface IGMapEventpublic java.lang.String getEventType()
Return the value of the eventType property.
Contents: The type of event that you want the script to execute on. The script will execute when the parent component of this tag fires the chosen event. Valid types vary based on parent tag, but can be found under the parent's mention in the google API.
getEventType in interface IGMapEventpublic void setListener(javax.el.MethodExpression listener)
Set the value of the listener property.
Contents: Method expression referencing a method that will be called when a MapEvent has been broadcast for the listener. The server request will be sent after the client-side script is executed, if any.
setListener in interface IGMapEventpublic javax.el.MethodExpression getListener()
Return the value of the listener property.
Contents: Method expression referencing a method that will be called when a MapEvent has been broadcast for the listener. The server request will be sent after the client-side script is executed, if any.
getListener in interface IGMapEventpublic void setScriptToUse(java.lang.String scriptToUse)
Set the value of the scriptToUse property.
Contents: The script to be executed when the chosen event is fired. Use the variable 'map' to refer to the parent gMap (a google.maps.Map instance) and 'component' to refer to the Google Maps API Javascript object corresponding to the parent tag.
setScriptToUse in interface IGMapEventpublic java.lang.String getScriptToUse()
Return the value of the scriptToUse property.
Contents: The script to be executed when the chosen event is fired. Use the variable 'map' to refer to the parent gMap (a google.maps.Map instance) and 'component' to refer to the Google Maps API Javascript object corresponding to the parent tag.
getScriptToUse in interface IGMapEventprotected 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.