Interface Selectable<E>
- All Known Subinterfaces:
ListModel<E>
- All Known Implementing Classes:
BaseListModel
public interface Selectable<E>
Ability to select element in elements observable list. Mostly used to explicitly
select an element in the list view from list-detail view pattern.
Also provides selected element property-
Property Summary
Properties -
Method Summary
-
Property Details
-
selectedElement
javafx.beans.property.Property<E> selectedElementPropertyReturns selected element property- See Also:
-
-
Method Details
-
select
-
selectedElementProperty
javafx.beans.property.Property<E> selectedElementProperty()Returns selected element property- Returns:
- the
selectedElementproperty - See Also:
-
getSelectedElement
Gets the value of theselectedElementproperty.- Property description:
- Returns selected element property
- Returns:
- the value of the
selectedElementproperty - See Also:
-