Uses of Class
jaxx.runtime.swing.list.filter.CheckListFilterType
-
Packages that use CheckListFilterType Package Description jaxx.runtime.swing.list.filter -
-
Uses of CheckListFilterType in jaxx.runtime.swing.list.filter
Methods in jaxx.runtime.swing.list.filter that return CheckListFilterType Modifier and Type Method Description static CheckListFilterTypeCheckListFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckListFilterType[]CheckListFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jaxx.runtime.swing.list.filter with parameters of type CheckListFilterType Modifier and Type Method Description voidDefaultFilterableCheckListModel. filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)voidFilterableActionCheckListModel. filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)voidFilterableCheckList. filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)Filters list view without losing actual datavoidFilterableCheckListModel. filter(String filter, org.nuiton.decorator.Decorator<Object> decorator, CheckListFilterType filterType)Filters list view without losing actual data
-