org.primefaces.component.gmap
Enum GMap.PropertyKeys
java.lang.Object
java.lang.Enum<GMap.PropertyKeys>
org.primefaces.component.gmap.GMap.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<GMap.PropertyKeys>
- Enclosing class:
- GMap
protected static enum GMap.PropertyKeys
- extends Enum<GMap.PropertyKeys>
widgetVar
public static final GMap.PropertyKeys widgetVar
model
public static final GMap.PropertyKeys model
style
public static final GMap.PropertyKeys style
styleClass
public static final GMap.PropertyKeys styleClass
type
public static final GMap.PropertyKeys type
center
public static final GMap.PropertyKeys center
zoom
public static final GMap.PropertyKeys zoom
streetView
public static final GMap.PropertyKeys streetView
disableDefaultUI
public static final GMap.PropertyKeys disableDefaultUI
navigationControl
public static final GMap.PropertyKeys navigationControl
mapTypeControl
public static final GMap.PropertyKeys mapTypeControl
draggable
public static final GMap.PropertyKeys draggable
disableDoubleClickZoom
public static final GMap.PropertyKeys disableDoubleClickZoom
onPointClick
public static final GMap.PropertyKeys onPointClick
fitBounds
public static final GMap.PropertyKeys fitBounds
values
public static GMap.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GMap.PropertyKeys c : GMap.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GMap.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<GMap.PropertyKeys>
Copyright © 2013. All Rights Reserved.