Package jaxx.runtime.swing.list.filter
Class FilterableCheckList<T>
java.lang.Object
jaxx.runtime.swing.list.CheckList<T>
jaxx.runtime.swing.list.filter.FilterableCheckList<T>
public class FilterableCheckList<T> extends CheckList<T>
- Since:
- 2.13
- Author:
- Kevin Morin (Code Lutin)
-
Constructor Summary
Constructors Constructor Description FilterableCheckList() -
Method Summary
Modifier and Type Method Description voidfilter(java.lang.String filter, org.nuiton.decorator.Decorator<java.lang.Object> decorator, CheckListFilterType filterType)Filters list view without losing actual dataFilterableCheckListModel<T>getModel()voidsetModel(CheckListModel<T> model)Sets the model for check list.Methods inherited from class jaxx.runtime.swing.list.CheckList
getCheckedItems, getList, setCheckedItems, setData, toggleIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FilterableCheckList
public FilterableCheckList()
-
-
Method Details
-
setModel
Sets the model for check list. -
getModel
-
filter
public void filter(java.lang.String filter, org.nuiton.decorator.Decorator<java.lang.Object> decorator, CheckListFilterType filterType)Filters list view without losing actual data- Parameters:
filter-
-