Enum OrgChart.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<OrgChart.PropertyKeys>
-
- org.primefaces.extensions.component.orgchart.OrgChart.PropertyKeys
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OrgChart.PropertyKeys>
- Enclosing class:
- OrgChart
protected static enum OrgChart.PropertyKeys extends java.lang.Enum<OrgChart.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description chartClassdepthdirectiondraggableexportButtonexportFileextensionexportFilenameextendernodeContentnodeIdnodeTitlepanparentNodeSymbolstylestyleClasstoggleSiblingsRespverticalDepthwidgetVarzoomzoominLimitzoomoutLimit
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrgChart.PropertyKeysvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrgChart.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
nodeId
public static final OrgChart.PropertyKeys nodeId
-
widgetVar
public static final OrgChart.PropertyKeys widgetVar
-
nodeContent
public static final OrgChart.PropertyKeys nodeContent
-
direction
public static final OrgChart.PropertyKeys direction
-
pan
public static final OrgChart.PropertyKeys pan
-
toggleSiblingsResp
public static final OrgChart.PropertyKeys toggleSiblingsResp
-
depth
public static final OrgChart.PropertyKeys depth
-
exportButton
public static final OrgChart.PropertyKeys exportButton
-
exportFilename
public static final OrgChart.PropertyKeys exportFilename
-
exportFileextension
public static final OrgChart.PropertyKeys exportFileextension
-
parentNodeSymbol
public static final OrgChart.PropertyKeys parentNodeSymbol
-
draggable
public static final OrgChart.PropertyKeys draggable
-
chartClass
public static final OrgChart.PropertyKeys chartClass
-
zoom
public static final OrgChart.PropertyKeys zoom
-
zoominLimit
public static final OrgChart.PropertyKeys zoominLimit
-
zoomoutLimit
public static final OrgChart.PropertyKeys zoomoutLimit
-
verticalDepth
public static final OrgChart.PropertyKeys verticalDepth
-
nodeTitle
public static final OrgChart.PropertyKeys nodeTitle
-
style
public static final OrgChart.PropertyKeys style
-
styleClass
public static final OrgChart.PropertyKeys styleClass
-
extender
public static final OrgChart.PropertyKeys extender
-
-
Method Detail
-
values
public static OrgChart.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 (OrgChart.PropertyKeys c : OrgChart.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 OrgChart.PropertyKeys valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-