|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Table.RowHeaderMode>
com.vaadin.ui.Table.RowHeaderMode
public static enum Table.RowHeaderMode
| Enum Constant Summary | |
|---|---|
EXPLICIT
Row caption mode: Item captions are explicitly specified. |
|
EXPLICIT_DEFAULTS_ID
Row caption mode: Item captions are explicitly specified, but if the caption is missing, the item id objects toString() is
used instead. |
|
HIDDEN
Row caption mode: The row headers are hidden. |
|
ICON_ONLY
Row caption mode: Only icons are shown, the captions are hidden. |
|
ID
Row caption mode: Items Id-objects toString is used as row caption. |
|
INDEX
Row caption mode: Index of the item is used as item caption. |
|
ITEM
Row caption mode: Item-objects toString is used as row caption. |
|
PROPERTY
Row caption mode: Item captions are read from property specified with AbstractSelect.setItemCaptionPropertyId(Object). |
|
| Method Summary | |
|---|---|
AbstractSelect.ItemCaptionMode |
getItemCaptionMode()
|
static Table.RowHeaderMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Table.RowHeaderMode[] |
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 Table.RowHeaderMode HIDDEN
public static final Table.RowHeaderMode ID
public static final Table.RowHeaderMode ITEM
public static final Table.RowHeaderMode INDEX
Container.Indexed interface.
public static final Table.RowHeaderMode EXPLICIT_DEFAULTS_ID
toString() is
used instead.
public static final Table.RowHeaderMode EXPLICIT
public static final Table.RowHeaderMode ICON_ONLY
public static final Table.RowHeaderMode PROPERTY
AbstractSelect.setItemCaptionPropertyId(Object).
| Method Detail |
|---|
public static Table.RowHeaderMode[] values()
for (Table.RowHeaderMode c : Table.RowHeaderMode.values()) System.out.println(c);
public static Table.RowHeaderMode 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 nullpublic AbstractSelect.ItemCaptionMode getItemCaptionMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||