Interface FilterListSelection<T>

Type Parameters:
T - the list item type
All Superinterfaces:
ListSelectionModel, MultiSelection<T>, SingleSelection<T>

public interface FilterListSelection<T> extends ListSelectionModel, MultiSelection<T>