Package | Description |
---|---|
com.vaadin.event.selection | |
com.vaadin.ui | |
com.vaadin.ui.components.grid |
Modifier and Type | Method and Description |
---|---|
MultiSelect<T> |
MultiSelectionEvent.getSource()
The multiselect on which the Event initially occurred.
|
Constructor and Description |
---|
MultiSelectionEvent(Component component,
MultiSelect<T> source,
Set<T> oldSelection,
boolean userOriginated)
Creates a new selection change event in a multiselect component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiSelect<T>
Base class for listing components that allow selecting multiple items.
|
class |
CheckBoxGroup<T>
A group of Checkboxes.
|
class |
ListSelect<T>
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
class |
TwinColSelect<T>
Multiselect component with two lists: left side for available items and right
side for selected items.
|
Modifier and Type | Method and Description |
---|---|
MultiSelect<T> |
Tree.asMultiSelect()
Use this tree as a multi select in
Binder . |
Modifier and Type | Class and Description |
---|---|
class |
GridMultiSelect<T>
Wrapper class to wrap Grid into a MultiSelect.
|
Modifier and Type | Method and Description |
---|---|
MultiSelect<T> |
MultiSelectionModelImpl.asMultiSelect()
Gets a wrapper for using this grid as a multiselect in a binder.
|
MultiSelect<T> |
MultiSelectionModel.asMultiSelect()
Gets a wrapper to use this multiselection model as a multiselect in
Binder . |
Copyright © 2021 Vaadin Ltd. All rights reserved.