public static enum LookupForm.ButtonMode extends Enum<LookupForm.ButtonMode>
| Enum Constant and Description |
|---|
BOTH
Always show this button.
|
COLLAPSED
Show this button only when the lookup form is collapsed
|
NORMAL
Show this button only when the lookup form is expanded
|
| Modifier and Type | Method and Description |
|---|---|
static LookupForm.ButtonMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupForm.ButtonMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupForm.ButtonMode NORMAL
public static final LookupForm.ButtonMode COLLAPSED
public static final LookupForm.ButtonMode BOTH
public static LookupForm.ButtonMode[] values()
for (LookupForm.ButtonMode c : LookupForm.ButtonMode.values()) System.out.println(c);
public static LookupForm.ButtonMode 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 © 2017 etc.to. All rights reserved.