Class SimpleListModel<T,E extends DetailModel<T>>

java.lang.Object
cz.masci.springfx.mvci.model.list.SimpleListModel<T,E>
Type Parameters:
T - The type of the elements in the list.
E - The type of the DetailModel<T> which extends.
All Implemented Interfaces:
Focusable, ListModel<E>, Removable<E>, Selectable<E>, Updatable

public class SimpleListModel<T,E extends DetailModel<T>> extends Object implements ListModel<E>, Focusable
SimpleListModel is a generic implementation of the ListModel interface and the Focusable interface. It provides basic functionality for managing a list of elements and interacting with them.