Package | Description |
---|---|
com.vaadin.event.selection | |
com.vaadin.ui |
Constructor and Description |
---|
MultiSelectionEvent(AbstractMultiSelect<T> source,
Set<T> oldSelection,
boolean userOriginated)
Creates a new event.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.