public static enum PdoNavigationPanel.ViewMode extends Enum<PdoNavigationPanel.ViewMode>
| Modifier and Type | Method and Description |
|---|---|
static PdoNavigationPanel.ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdoNavigationPanel.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdoNavigationPanel.ViewMode TREE
public static final PdoNavigationPanel.ViewMode TABLE
public static PdoNavigationPanel.ViewMode[] values()
for (PdoNavigationPanel.ViewMode c : PdoNavigationPanel.ViewMode.values()) System.out.println(c);
public static PdoNavigationPanel.ViewMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullTentackle - distributed, domain- and model-driven