public class GMap extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
GMap.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
GMap() |
Modifier and Type | Method and Description |
---|---|
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, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public GMapInfoWindow getInfoWindow()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.