Package cz.masci.springfx.mvci.model
Class ListModel<E extends org.nield.dirtyfx.tracking.DirtyProperty>
java.lang.Object
cz.masci.springfx.mvci.model.ListModel<E>
This class represents base list model with observable list to observe changes.
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DirtyListProperty<E>protected final javafx.beans.property.ObjectProperty<E> -
Constructor Summary
Constructors -
Method Summary
-
Property Details
-
selectedItem
public javafx.beans.property.ObjectProperty<E extends org.nield.dirtyfx.tracking.DirtyProperty> selectedItemProperty- See Also:
-
-
Field Details
-
items
-
selectedItem
protected final javafx.beans.property.ObjectProperty<E extends org.nield.dirtyfx.tracking.DirtyProperty> selectedItem
-
-
Constructor Details
-
ListModel
public ListModel()
-
-
Method Details
-
getItems
-
getSelectedItem
Gets the value of the property selectedItem.- Property description:
-
selectedItemProperty
- See Also:
-