public class FilterableCheckList<T> extends CheckList<T>
| Constructor and Description |
|---|
FilterableCheckList() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(String filter,
org.nuiton.decorator.Decorator<Object> decorator,
CheckListFilterType filterType)
Filters list view without losing actual data
|
FilterableCheckListModel<T> |
getModel() |
void |
setModel(CheckListModel<T> model)
Sets the model for check list.
|
getCheckedItems, getList, setCheckedItems, setData, toggleIndexpublic void setModel(CheckListModel<T> model)
public FilterableCheckListModel<T> getModel()
public void filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)
filter - Copyright © 2004–2017 Ultreia.io. All rights reserved.