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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(String filter, org.nuiton.decorator.Decorator<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, toggleIndex
-
-
-
-
Method Detail
-
setModel
public void setModel(CheckListModel<T> model)
Sets the model for check list.
-
getModel
public FilterableCheckListModel<T> getModel()
-
filter
public void filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)
Filters list view without losing actual data- Parameters:
filter-
-
-