protected static enum OrgChart.PropertyKeys extends java.lang.Enum<OrgChart.PropertyKeys>
| Enum Constant and Description |
|---|
chartClass |
depth |
direction |
draggable |
exportButton |
exportFileextension |
exportFilename |
extender |
nodeContent |
nodeId |
nodeTitle |
pan |
parentNodeSymbol |
style |
styleClass |
toggleSiblingsResp |
verticalDepth |
widgetVar |
zoom |
zoominLimit |
zoomoutLimit |
| Modifier and Type | Method and Description |
|---|---|
static OrgChart.PropertyKeys |
valueOf(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.
|
public static final OrgChart.PropertyKeys nodeId
public static final OrgChart.PropertyKeys widgetVar
public static final OrgChart.PropertyKeys nodeContent
public static final OrgChart.PropertyKeys direction
public static final OrgChart.PropertyKeys pan
public static final OrgChart.PropertyKeys toggleSiblingsResp
public static final OrgChart.PropertyKeys depth
public static final OrgChart.PropertyKeys exportButton
public static final OrgChart.PropertyKeys exportFilename
public static final OrgChart.PropertyKeys exportFileextension
public static final OrgChart.PropertyKeys parentNodeSymbol
public static final OrgChart.PropertyKeys draggable
public static final OrgChart.PropertyKeys chartClass
public static final OrgChart.PropertyKeys zoom
public static final OrgChart.PropertyKeys zoominLimit
public static final OrgChart.PropertyKeys zoomoutLimit
public static final OrgChart.PropertyKeys verticalDepth
public static final OrgChart.PropertyKeys nodeTitle
public static final OrgChart.PropertyKeys style
public static final OrgChart.PropertyKeys styleClass
public static final OrgChart.PropertyKeys extender
public static OrgChart.PropertyKeys[] values()
for (OrgChart.PropertyKeys c : OrgChart.PropertyKeys.values()) System.out.println(c);
public static OrgChart.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.