|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AbstractCommandButton.CommandButtonLocationOrderKind>
org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
public static enum AbstractCommandButton.CommandButtonLocationOrderKind
Enumerates the available values for the location order kind. This is used for buttons placed in command button strips or for buttons that need the visuals of segmented strips.
Enum Constant Summary | |
---|---|
FIRST
Indicates that this button is the first button in the strip. |
|
LAST
Indicates that this button is the last button in the strip. |
|
MIDDLE
Indicates that this button is in the middle of the strip. |
|
ONLY
Indicates that this button is the only button in the strip. |
Method Summary | |
---|---|
static AbstractCommandButton.CommandButtonLocationOrderKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractCommandButton.CommandButtonLocationOrderKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbstractCommandButton.CommandButtonLocationOrderKind ONLY
public static final AbstractCommandButton.CommandButtonLocationOrderKind FIRST
public static final AbstractCommandButton.CommandButtonLocationOrderKind MIDDLE
public static final AbstractCommandButton.CommandButtonLocationOrderKind LAST
Method Detail |
---|
public static AbstractCommandButton.CommandButtonLocationOrderKind[] values()
for (AbstractCommandButton.CommandButtonLocationOrderKind c : AbstractCommandButton.CommandButtonLocationOrderKind.values()) System.out.println(c);
public static AbstractCommandButton.CommandButtonLocationOrderKind 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |