Class GMapGetCoordsScript
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.gmap.GMapGetCoordsScript
- All Implemented Interfaces:
IBehavior
,EventListener
,PartialStateHolder
,StateHolder
,TransientStateHolder
,ComponentSystemEventListener
,FacesListener
,SystemEventListenerHolder
Script control which returns the coordinates string
for the configured latitude and longitude.
-
Field Summary
FieldsFields 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
Modifier and TypeMethodDescriptiondouble
double
void
setLatitude
(double latitude) void
setLongitude
(double longitude) 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
-
Field Details
-
TYPE
- See Also:
-
ZERO_POINT_ZERO
-
-
Constructor Details
-
GMapGetCoordsScript
public GMapGetCoordsScript()
-
-
Method Details
-
getLatitude
public double getLatitude() -
setLatitude
public void setLatitude(double latitude) -
getLongitude
public double getLongitude() -
setLongitude
public void setLongitude(double longitude)
-