| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
MultiSelectionModelImpl.SelectAllCheckBoxVisibility |
MultiSelectionModelImpl.getSelectAllCheckBoxVisibility()
Gets the current mode for the select all checkbox visibility.
|
static MultiSelectionModelImpl.SelectAllCheckBoxVisibility |
MultiSelectionModelImpl.SelectAllCheckBoxVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiSelectionModelImpl.SelectAllCheckBoxVisibility[] |
MultiSelectionModelImpl.SelectAllCheckBoxVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSelectionModelImpl.setSelectAllCheckBoxVisibility(MultiSelectionModelImpl.SelectAllCheckBoxVisibility selectAllCheckBoxVisibility)
Sets the select all checkbox visibility mode.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.