| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
default Selectable.SelectionMode |
SingleSelect.getSelectionMode() |
Selectable.SelectionMode |
Selectable.getSelectionMode()
Get the selection mode
|
default Selectable.SelectionMode |
MultiSelect.getSelectionMode() |
static Selectable.SelectionMode |
Selectable.SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selectable.SelectionMode[] |
Selectable.SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemListing.setSelectionMode(Selectable.SelectionMode selectionMode)
Set the listing selection mode
|
| Modifier and Type | Method and Description |
|---|---|
B |
ItemListingBuilder.selectionMode(Selectable.SelectionMode selectionMode)
Set the listing selection mode.
|
Copyright © 2019 The Holon Platform. All rights reserved.