javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder, Widgetpublic class GMap extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GMap.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
| Constructor | Description |
|---|---|
GMap() |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
|
String |
getCenter() |
|
Collection<String> |
getEventNames() |
|
String |
getFamily() |
|
GMapInfoWindow |
getInfoWindow() |
|
MapModel |
getModel() |
|
String |
getOnPointClick() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
String |
getType() |
|
String |
getWidgetVar() |
|
int |
getZoom() |
|
boolean |
isDisableDefaultUI() |
|
boolean |
isDisableDoubleClickZoom() |
|
boolean |
isDraggable() |
|
boolean |
isFitBounds() |
|
boolean |
isMapTypeControl() |
|
boolean |
isNavigationControl() |
|
boolean |
isScrollWheel() |
|
boolean |
isStreetView() |
|
void |
queueEvent(javax.faces.event.FacesEvent event) |
|
String |
resolveWidgetVar() |
|
void |
setCenter(String _center) |
|
void |
setDisableDefaultUI(boolean _disableDefaultUI) |
|
void |
setDisableDoubleClickZoom(boolean _disableDoubleClickZoom) |
|
void |
setDraggable(boolean _draggable) |
|
void |
setFitBounds(boolean _fitBounds) |
|
void |
setMapTypeControl(boolean _mapTypeControl) |
|
void |
setModel(MapModel _model) |
|
void |
setNavigationControl(boolean _navigationControl) |
|
void |
setOnPointClick(String _onPointClick) |
|
void |
setScrollWheel(boolean _scrollWheel) |
|
void |
setStreetView(boolean _streetView) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setType(String _type) |
|
void |
setWidgetVar(String _widgetVar) |
|
void |
setZoom(int _zoom) |
addClientBehavior, getClientBehaviors, getDefaultEventNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public MapModel getModel()
public void setModel(MapModel _model)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getType()
public void setType(String _type)
public String getCenter()
public void setCenter(String _center)
public int getZoom()
public void setZoom(int _zoom)
public boolean isStreetView()
public void setStreetView(boolean _streetView)
public boolean isDisableDefaultUI()
public void setDisableDefaultUI(boolean _disableDefaultUI)
public boolean isNavigationControl()
public void setNavigationControl(boolean _navigationControl)
public boolean isMapTypeControl()
public void setMapTypeControl(boolean _mapTypeControl)
public boolean isDraggable()
public void setDraggable(boolean _draggable)
public boolean isDisableDoubleClickZoom()
public void setDisableDoubleClickZoom(boolean _disableDoubleClickZoom)
public String getOnPointClick()
public void setOnPointClick(String _onPointClick)
public boolean isFitBounds()
public void setFitBounds(boolean _fitBounds)
public boolean isScrollWheel()
public void setScrollWheel(boolean _scrollWheel)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping in interface PrimeClientBehaviorHolderpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic GMapInfoWindow getInfoWindow()
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.