|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LabelFormatType>
org.openxava.annotations.LabelFormatType
public enum LabelFormatType
For using in @LabelFormat as value.
| Enum Constant Summary | |
|---|---|
NO_LABEL
The label is not displayed. |
|
NORMAL
The label is displayed at the left of the editor. |
|
SMALL
The label is displayed with a small size and above the editor. |
|
| Method Summary | |
|---|---|
static LabelFormatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LabelFormatType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LabelFormatType NORMAL
public static final LabelFormatType SMALL
public static final LabelFormatType NO_LABEL
| Method Detail |
|---|
public static final LabelFormatType[] values()
for(LabelFormatType c : LabelFormatType.values())
System.out.println(c);
public static LabelFormatType 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||