Package cz.masci.springfx.demo.model
Class AppListModel<I,E extends DetailModel<I>>
java.lang.Object
cz.masci.springfx.mvci.model.list.impl.BaseListModel<I,E>
cz.masci.springfx.demo.model.AppListModel<I,E>
- All Implemented Interfaces:
Elements<E>,Focusable,ListModel<E>,Removable<E>,Selectable<E>,Updatable
- Direct Known Subclasses:
LOTRListModel,PotterListModel
-
Property Summary
Properties inherited from class cz.masci.springfx.mvci.model.list.impl.BaseListModel
selectedElement -
Field Summary
Fields inherited from class cz.masci.springfx.mvci.model.list.impl.BaseListModel
elements, onFocusView, onRemoveElement, onSelectElement, onUpdateElementsProperty, selectedElement -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cz.masci.springfx.mvci.model.list.impl.BaseListModel
focus, getElements, remove, select, selectedElementProperty, setOnFocusView, setOnRemoveElement, setOnSelectElement, setOnUpdateElementsProperty, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.masci.springfx.mvci.model.list.Selectable
getSelectedElement
-
Constructor Details
-
AppListModel
public AppListModel()
-
-
Method Details
-
clearSelection
public void clearSelection()
-