Package io.jmix.ui.component.data.meta
Interface EntityOptions<E>
- All Superinterfaces:
- DataUnit,- EntityDataUnit,- Options<E>
- All Known Implementing Classes:
- ContainerOptions,- ListEntityOptions,- MapEntityOptions
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface io.jmix.ui.component.data.DataUnitDataUnit.StateChangeEventNested classes/interfaces inherited from interface io.jmix.ui.component.data.OptionsOptions.OptionsChangeEvent<T>
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsItem(E item) voidrefresh()Refreshes the source moving it to theBindingState.ACTIVEstatevoidsetSelectedItem(E item) Set current item in the source.voidupdateItem(E item) Update an item in the collection if it is already there.Methods inherited from interface io.jmix.ui.component.data.DataUnitaddStateChangeListener, getStateMethods inherited from interface io.jmix.ui.component.data.meta.EntityDataUnitgetEntityMetaClassMethods inherited from interface io.jmix.ui.component.data.OptionsaddOptionsChangeListener, getOptions
- 
Method Details- 
setSelectedItemSet current item in the source.- Parameters:
- item- the item to set
 
- 
containsItem- Returns:
- true if the underlying collection contains an item with the specified ID
 
- 
updateItemUpdate an item in the collection if it is already there.
- 
refreshvoid refresh()Refreshes the source moving it to theBindingState.ACTIVEstate
- 
addValueChangeListener
 
-