T - Value typeS - Selection typeC - Concrete configurator typepublic interface SelectableInputConfigurator<T,S,C extends SelectableInputConfigurator<T,S,C>> extends InputConfigurator<T,ValueHolder.ValueChangeEvent<T>,C>, HasStyleConfigurator<C>, HasEnabledConfigurator<C>, DeferrableLocalizationConfigurator<C>
Selectable input components.InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
C |
withSelectionListener(Selectable.SelectionListener<S> selectionListener)
Adds a
Selectable.SelectionListener to listen to selection changes. |
readOnly, readOnly, required, required, withValueChangeListenerelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamestyleName, styleNamesdisabled, enableddeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledC withSelectionListener(Selectable.SelectionListener<S> selectionListener)
Selectable.SelectionListener to listen to selection changes.selectionListener - The listener to add (not null)Copyright © 2019 The Holon Platform. All rights reserved.