|
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.GMapInfoWindowBase
public class GMapInfoWindowBase
The ace:gMapInfoWindow component creates a pop-up window within the parent ace:gMap, which can be used to display either text via the 'content' attribute or nested html or jsf tags. If placed within an ace:gMapMarker, the window will 'bind' to the marker, and move along with it. For more information, see the gMap Wiki Documentation.
| Nested Class Summary | |
|---|---|
protected static class |
GMapInfoWindowBase.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 | |
|---|---|
GMapInfoWindowBase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Return the value of the content 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. |
boolean |
isShowOnClick()
Return the value of the showOnClick property. |
boolean |
isStartOpen()
Return the value of the startOpen property. |
void |
setContent(java.lang.String content)
Set the value of the content 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. |
void |
setShowOnClick(boolean showOnClick)
Set the value of the showOnClick property. |
void |
setStartOpen(boolean startOpen)
Set the value of the startOpen 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 GMapInfoWindowBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setContent(java.lang.String content)
Set the value of the content property.
Contents: The text content to be displayed within the info window. If this component has child tags(either html or another jsf component), this attribute will not be used, placing the children within the window instead.
setContent in interface IGMapInfoWindowpublic java.lang.String getContent()
Return the value of the content property.
Contents: The text content to be displayed within the info window. If this component has child tags(either html or another jsf component), this attribute will not be used, placing the children within the window instead.
getContent in interface IGMapInfoWindowpublic void setDisabled(java.lang.Boolean disabled)
Set the value of the disabled property.
Contents: Set to true to remove the window from the map
setDisabled in interface IGMapInfoWindowpublic java.lang.Boolean isDisabled()
Return the value of the disabled property.
Contents: Set to true to remove the window from the map Default = 'false'.
isDisabled in interface IGMapInfoWindowpublic void setLatitude(java.lang.String latitude)
Set the value of the latitude property.
Contents: The latitude for the window, will be overridden if the component is the child of a marker.
setLatitude in interface IGMapInfoWindowpublic java.lang.String getLatitude()
Return the value of the latitude property.
Contents: The latitude for the window, will be overridden if the component is the child of a marker.
getLatitude in interface IGMapInfoWindowpublic void setLongitude(java.lang.String longitude)
Set the value of the longitude property.
Contents: The longitude for the window, will be overridden if the component is the child of a marker.
setLongitude in interface IGMapInfoWindowpublic java.lang.String getLongitude()
Return the value of the longitude property.
Contents: The longitude for the window, will be overridden if the component is the child of a marker.
getLongitude in interface IGMapInfoWindowpublic void setOptions(java.lang.String options)
Set the value of the options property.
Contents: Additional options to be sent to the window. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions. Form is attribute:'value'.
setOptions in interface IGMapInfoWindowpublic java.lang.String getOptions()
Return the value of the options property.
Contents: Additional options to be sent to the window. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions. Form is attribute:'value'. Default = 'none'.
getOptions in interface IGMapInfoWindowpublic void setShowOnClick(boolean showOnClick)
Set the value of the showOnClick property.
Contents: Boolean value that determines whether or not the info window appears upon a click of the marker it is bound to. This attribute will not have any effect if the info window is not nested in a marker.
setShowOnClick in interface IGMapInfoWindowpublic boolean isShowOnClick()
Return the value of the showOnClick property.
Contents: Boolean value that determines whether or not the info window appears upon a click of the marker it is bound to. This attribute will not have any effect if the info window is not nested in a marker. Default = 'true'.
isShowOnClick in interface IGMapInfoWindowpublic void setStartOpen(boolean startOpen)
Set the value of the startOpen property.
Contents: Boolean value that determines whether or not the info window will open upon loading the map, or whether it will remain hidden until the parent marker is clicked. Will only have an effect if window is nested inside a marker, and showOnClick is true.
setStartOpen in interface IGMapInfoWindowpublic boolean isStartOpen()
Return the value of the startOpen property.
Contents: Boolean value that determines whether or not the info window will open upon loading the map, or whether it will remain hidden until the parent marker is clicked. Will only have an effect if window is nested inside a marker, and showOnClick is true. Default = 'true'.
isStartOpen in interface IGMapInfoWindow
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||