THIS
- Self-referential generic THISVALUE
- Value object type in the listingpublic interface FluentMultiSelect<THIS,VALUE> extends com.vaadin.ui.MultiSelect<VALUE>, FluentHasValue<THIS,Set<VALUE>>
MultiSelect
MultiSelect
Modifier and Type | Method and Description |
---|---|
default THIS |
withSelectionListener(com.vaadin.event.selection.MultiSelectionListener<VALUE> listener)
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
|
addSelectionListener, deselect, deselectAll, getEmptyValue, getSelectedItems, isSelected, select, updateSelection
withReadOnly, withRequiredIndicatorVisible, withValue, withValueChangeListener
default THIS withSelectionListener(com.vaadin.event.selection.MultiSelectionListener<VALUE> listener)
listener
- the value change listener, not null
MultiSelect.addSelectionListener(MultiSelectionListener)
Copyright © 2017 Jean-Christophe Fortier. All rights reserved.