Uses of Class
org.bardframework.crud.api.datatable.FilteringType
-
Packages that use FilteringType Package Description org.bardframework.crud.api.datatable -
-
Uses of FilteringType in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as FilteringType Modifier and Type Field Description protected FilteringTypeHeaderAbstract. filterTypeMethods in org.bardframework.crud.api.datatable that return FilteringType Modifier and Type Method Description FilteringTypeHeaderDto. getFilteringType()FilteringTypeHeaderAbstract. getFilterType()static FilteringTypeFilteringType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilteringType[]FilteringType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.crud.api.datatable with parameters of type FilteringType Modifier and Type Method Description voidHeaderDto. setFilteringType(FilteringType filteringType)voidHeaderAbstract. setFilterType(FilteringType filterType)
-