Package io.jmix.ui.component.data
Interface Options<I>
- Type Parameters:
I
- type of option object
- All Superinterfaces:
DataUnit
- All Known Subinterfaces:
EntityOptions<E>
- All Known Implementing Classes:
ContainerOptions
,EnumOptions
,ListEntityOptions
,ListOptions
,MapEntityOptions
,MapOptions
Options object that can provide items as options for UI components.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.component.data.DataUnit
DataUnit.StateChangeEvent
-
Method Summary
Modifier and TypeMethodDescriptionaddOptionsChangeListener
(Consumer<Options.OptionsChangeEvent<I>> listener) Methods inherited from interface io.jmix.ui.component.data.DataUnit
addStateChangeListener, getState
-
Method Details
-
getOptions
-
addOptionsChangeListener
-