public static interface LookupComponent.LookupSelectionChangeNotifier<T extends Entity> extends LookupComponent<T>
LookupComponent.LookupSelectionChangeEvent
when lookup selected items set is changed.LookupComponent.LookupSelectionChangeEvent<T extends Entity>, LookupComponent.LookupSelectionChangeNotifier<T extends Entity>
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.Wrapper
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS
Modifier and Type | Method and Description |
---|---|
com.haulmont.bali.events.Subscription |
addLookupValueChangeListener(java.util.function.Consumer<LookupComponent.LookupSelectionChangeEvent<T>> listener) |
void |
removeLookupValueChangeListener(java.util.function.Consumer<LookupComponent.LookupSelectionChangeEvent<T>> listener)
Deprecated.
Use
Subscription instead |
getLookupSelectedItems, setLookupSelectHandler
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition
com.haulmont.bali.events.Subscription addLookupValueChangeListener(java.util.function.Consumer<LookupComponent.LookupSelectionChangeEvent<T>> listener)
@Deprecated void removeLookupValueChangeListener(java.util.function.Consumer<LookupComponent.LookupSelectionChangeEvent<T>> listener)
Subscription
instead