public abstract class GMapBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
GMapBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
GMapBase() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
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)
Copyright © 2020. All rights reserved.