Uses of Interface
org.jboss.hal.ballroom.dataprovider.Filter
-
Packages that use Filter Package Description org.jboss.hal.ballroom org.jboss.hal.ballroom.dataprovider -
-
Uses of Filter in org.jboss.hal.ballroom
Constructors in org.jboss.hal.ballroom with parameters of type Filter Constructor Description Attribute(String name, String title, Filter<T> filter)Attribute(String name, String title, Filter<T> filter, Comparator<T> comparator)Attribute(String name, Filter<T> filter)Attribute(String name, Filter<T> filter, Comparator<T> comparator) -
Uses of Filter in org.jboss.hal.ballroom.dataprovider
Methods in org.jboss.hal.ballroom.dataprovider that return Filter Modifier and Type Method Description Filter<T>FilterValue. getFilter()Constructors in org.jboss.hal.ballroom.dataprovider with parameters of type Filter Constructor Description FilterValue(Filter<T> filter, String value)
-