org.primefaces.component.chart.line
Enum LineChart.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<LineChart.PropertyKeys>
      extended by org.primefaces.component.chart.line.LineChart.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<LineChart.PropertyKeys>
Enclosing class:
LineChart

protected static enum LineChart.PropertyKeys
extends Enum<LineChart.PropertyKeys>


Enum Constant Summary
animate
           
breakOnNull
           
datatipFormat
           
fill
           
maxX
           
maxY
           
minX
           
minY
           
showDatatip
           
showMarkers
           
stacked
           
widgetVar
           
zoom
           
 
Method Summary
 String toString()
           
static LineChart.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineChart.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 LineChart.PropertyKeys widgetVar

minY

public static final LineChart.PropertyKeys minY

maxY

public static final LineChart.PropertyKeys maxY

minX

public static final LineChart.PropertyKeys minX

maxX

public static final LineChart.PropertyKeys maxX

breakOnNull

public static final LineChart.PropertyKeys breakOnNull

fill

public static final LineChart.PropertyKeys fill

stacked

public static final LineChart.PropertyKeys stacked

showMarkers

public static final LineChart.PropertyKeys showMarkers

zoom

public static final LineChart.PropertyKeys zoom

animate

public static final LineChart.PropertyKeys animate

showDatatip

public static final LineChart.PropertyKeys showDatatip

datatipFormat

public static final LineChart.PropertyKeys datatipFormat
Method Detail

values

public static LineChart.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 (LineChart.PropertyKeys c : LineChart.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 LineChart.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<LineChart.PropertyKeys>


Copyright © 2013. All rights reserved.