public static enum UifConstants.NavigationType extends Enum<UifConstants.NavigationType>
| Enum Constant and Description |
|---|
HORIZONTAL_TABS |
VERTICAL_MENU |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.NavigationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.NavigationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.NavigationType VERTICAL_MENU
public static final UifConstants.NavigationType HORIZONTAL_TABS
public static UifConstants.NavigationType[] values()
for (UifConstants.NavigationType c : UifConstants.NavigationType.values()) System.out.println(c);
public static UifConstants.NavigationType 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 nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.