public class GMap extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
GMap.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
GMap() |
addClientBehavior, 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, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public 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.UIComponent
public 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 PrimeClientBehaviorHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public GMapInfoWindow getInfoWindow()
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.