Package cz.masci.springfx.demo.model
Class LOTRListModel
java.lang.Object
cz.masci.springfx.mvci.model.list.impl.BaseListModel<Long,LOTRDetailModel>
cz.masci.springfx.demo.model.AppListModel<Long,LOTRDetailModel>
cz.masci.springfx.demo.model.LOTRListModel
- All Implemented Interfaces:
Elements<LOTRDetailModel>,Focusable,ListModel<LOTRDetailModel>,Removable<LOTRDetailModel>,Selectable<LOTRDetailModel>,Updatable
-
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.demo.model.AppListModel
clearSelectionMethods 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
-
LOTRListModel
public LOTRListModel()
-