org.primefaces.component.gmap
Enum GMap.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<GMap.PropertyKeys>
      extended by 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>


Enum Constant Summary
center
           
disableDefaultUI
           
disableDoubleClickZoom
           
draggable
           
fitBounds
           
mapTypeControl
           
model
           
navigationControl
           
onPointClick
           
streetView
           
style
           
styleClass
           
type
           
widgetVar
           
zoom
           
 
Method Summary
 String toString()
           
static GMap.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GMap.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2012. All Rights Reserved.