Class GMapGetValueScript
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.webmethods.caf.faces.component.BaseComponent
com.webmethods.caf.faces.component.behavior.BaseBehavior
com.webmethods.caf.faces.component.script.ScriptBase
com.webmethods.caf.faces.component.script.GetValueClientScript
com.webmethods.caf.faces.component.gmap.GMapGetValueScript
- All Implemented Interfaces:
IBehavior
,EventListener
,PartialStateHolder
,StateHolder
,TransientStateHolder
,ValueHolder
,ComponentSystemEventListener
,FacesListener
,SystemEventListenerHolder
Script control which returns the value of a client-side GMap model object.
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.component.script.GetValueClientScript
RENDERER_TYPE
Fields inherited from class com.webmethods.caf.faces.component.script.ScriptBase
CLIENT_ACTION_GET_VALUE, CLIENT_ACTION_GROWL, CLIENT_ACTION_IS_DISABLED, CLIENT_ACTION_IS_VISIBLE, CLIENT_ACTION_RAISE, CLIENT_ACTION_SET_DISABLED, CLIENT_ACTION_SET_VALUE, CLIENT_ACTION_SET_VISIBLE, CLIENT_ACTION_TOGGLE, CLIENT_ACTION_UPDATE_CONTEXT
Fields inherited from class com.webmethods.caf.faces.component.behavior.BaseBehavior
FAMILY
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webmethods.caf.faces.component.script.GetValueClientScript
getAction, getControl, setAction, setControl
Methods inherited from class com.webmethods.caf.faces.component.script.ScriptBase
actionNeedsParam, generateUniqueName, getClientEventNames, getClientFunctionName, getConverter, getEvent, getLocalValue, getName, getRowvariable, getValue, setConverter, setEvent, setRowvariable, setValue
Methods inherited from class com.webmethods.caf.faces.component.behavior.BaseBehavior
getFamily, getFor, getForComponent, setFor
Methods inherited from class com.webmethods.caf.faces.component.BaseComponent
getAttributes, getPropertyOrBindingValue, restoreState, saveState, setBindingValue
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, 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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter, setValue
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
GMapGetValueScript
public GMapGetValueScript()
-