|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.icefaces.ace.component.gmap.GMapMarkerBase
public class GMapMarkerBase
The ace:gMapMarker component places one of Google's markers upon the given latitude/longitude coordinates of the parent ace:gMap. For more information, see the gMap Wiki Documentation.
| Nested Class Summary | |
|---|---|
protected static class |
GMapMarkerBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIPanel |
|---|
COMPONENT_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 | |
|---|---|
GMapMarkerBase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAnimation()
Return the value of the animation property. |
java.lang.String |
getFamily()
|
java.lang.String |
getLatitude()
Return the value of the latitude property. |
java.lang.String |
getLongitude()
Return the value of the longitude property. |
java.lang.String |
getOptions()
Return the value of the options property. |
java.lang.Boolean |
isDisabled()
Return the value of the disabled property. |
void |
setAnimation(java.lang.String animation)
Set the value of the animation property. |
void |
setDisabled(java.lang.Boolean disabled)
Set the value of the disabled property. |
void |
setLatitude(java.lang.String latitude)
Set the value of the latitude property. |
void |
setLongitude(java.lang.String longitude)
Set the value of the longitude property. |
void |
setOptions(java.lang.String options)
Set the value of the options property. |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
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, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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 |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public GMapMarkerBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setAnimation(java.lang.String animation)
Set the value of the animation property.
Contents: The animation that the marker should use. Valid values are 'bounce', 'drop', or 'none'.
setAnimation in interface IGMapMarkerpublic java.lang.String getAnimation()
Return the value of the animation property.
Contents: The animation that the marker should use. Valid values are 'bounce', 'drop', or 'none'.
getAnimation in interface IGMapMarkerpublic void setDisabled(java.lang.Boolean disabled)
Set the value of the disabled property.
Contents: Set to true to remove the marker from the map
setDisabled in interface IGMapMarkerpublic java.lang.Boolean isDisabled()
Return the value of the disabled property.
Contents: Set to true to remove the marker from the map Default = 'false'.
isDisabled in interface IGMapMarkerpublic void setLatitude(java.lang.String latitude)
Set the value of the latitude property.
Contents: The latitude for the marker.
setLatitude in interface IGMapMarkerpublic java.lang.String getLatitude()
Return the value of the latitude property.
Contents: The latitude for the marker.
getLatitude in interface IGMapMarkerpublic void setLongitude(java.lang.String longitude)
Set the value of the longitude property.
Contents: The longitude for the marker.
setLongitude in interface IGMapMarkerpublic java.lang.String getLongitude()
Return the value of the longitude property.
Contents: The longitude for the marker.
getLongitude in interface IGMapMarkerpublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the marker. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions. Form is attribute:'value'.
setOptions in interface IGMapMarkerpublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the marker. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions. Form is attribute:'value'. Default = ' '.
getOptions in interface IGMapMarker
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||