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>>
MultiSelectMultiSelect| 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, updateSelectionwithReadOnly, withRequiredIndicatorVisible, withValue, withValueChangeListenerdefault THIS withSelectionListener(com.vaadin.event.selection.MultiSelectionListener<VALUE> listener)
listener - the value change listener, not nullMultiSelect.addSelectionListener(MultiSelectionListener)Copyright © 2017 Jean-Christophe Fortier. All rights reserved.