org.primefaces.component.chart.line
Enum LineChart.PropertyKeys
java.lang.Object
java.lang.Enum<LineChart.PropertyKeys>
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>
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
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.