| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Field and Description |
|---|---|
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT
Deprecated.
As of 7.0, use
EXPLICIT instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID
Deprecated.
As of 7.0, use
EXPLICIT_DEFAULTS_ID
instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_ICON_ONLY
Deprecated.
As of 7.0, use
ICON_ONLY instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_ID
Deprecated.
As of 7.0, use
ID instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_INDEX
Deprecated.
As of 7.0, use
INDEX instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_ITEM
Deprecated.
As of 7.0, use
ITEM instead |
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ITEM_CAPTION_MODE_PROPERTY
Deprecated.
As of 7.0, use
PROPERTY instead |
| Modifier and Type | Method and Description |
|---|---|
AbstractSelect.ItemCaptionMode |
Table.RowHeaderMode.getItemCaptionMode() |
AbstractSelect.ItemCaptionMode |
AbstractSelect.getItemCaptionMode()
Gets the item caption mode.
|
static AbstractSelect.ItemCaptionMode |
AbstractSelect.ItemCaptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSelect.ItemCaptionMode[] |
AbstractSelect.ItemCaptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelect.setItemCaptionMode(AbstractSelect.ItemCaptionMode mode)
Sets the item caption mode.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.