public static enum ActionUtils.ActionTextBehavior extends java.lang.Enum<ActionUtils.ActionTextBehavior>
| Enum Constant and Description |
|---|
HIDE
Text is not shown on the related control
|
SHOW
Text is shown as usual on related control
|
| Modifier and Type | Method and Description |
|---|---|
static ActionUtils.ActionTextBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionUtils.ActionTextBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionUtils.ActionTextBehavior SHOW
public static final ActionUtils.ActionTextBehavior HIDE
public static ActionUtils.ActionTextBehavior[] values()
for (ActionUtils.ActionTextBehavior c : ActionUtils.ActionTextBehavior.values()) System.out.println(c);
public static ActionUtils.ActionTextBehavior 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 null