public static enum BasicTabPanel.PAGER extends Enum<BasicTabPanel.PAGER>
| Modifier and Type | Method and Description |
|---|---|
static BasicTabPanel.PAGER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicTabPanel.PAGER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicTabPanel.PAGER BACK
public static final BasicTabPanel.PAGER NEXT
public static BasicTabPanel.PAGER[] values()
for (BasicTabPanel.PAGER c : BasicTabPanel.PAGER.values()) System.out.println(c);
public static BasicTabPanel.PAGER 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 © 2021. All Rights Reserved.