Uses of Enum
org.bardframework.crud.api.datatable.FilteringType
Packages that use FilteringType
-
Uses of FilteringType in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as FilteringTypeMethods in org.bardframework.crud.api.datatable that return FilteringTypeModifier and TypeMethodDescriptionHeaderDto.getFilteringType()HeaderAbstract.getFilterType()static FilteringTypeReturns 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 FilteringTypeModifier and TypeMethodDescriptionvoidHeaderDto.setFilteringType(FilteringType filteringType) voidHeaderAbstract.setFilterType(FilteringType filterType)