Interface ListModel<E>
- Type Parameters:
E-
- All Superinterfaces:
Removable<E>,Selectable<E>,Updatable
- All Known Implementing Classes:
SimpleListModel
This list groups
Selectable, Updatable and Removable interfaces-
Property Summary
Properties inherited from interface cz.masci.springfx.mvci.model.list.Selectable
selectedElement -
Method Summary
Methods inherited from interface cz.masci.springfx.mvci.model.list.Removable
removeElement, setOnRemoveElementMethods inherited from interface cz.masci.springfx.mvci.model.list.Selectable
getElements, selectedElementProperty, selectElement, setOnSelectElementMethods inherited from interface cz.masci.springfx.mvci.model.list.Updatable
setOnUpdateElementsProperty, updateElementsProperty