| Class | Description |
|---|---|
| BooleanHeaderFilter<T> |
Boolean column header filter component that is rendered as a
Select component |
| DateHeaderFilter<T> |
Date column header filter component that is rendered as a
DateBox component |
| DecimalHeaderFilter<T> |
BigDecimal column header filter component that is rendered as a
BigDecimalBox component |
| DelayedHeaderFilterInput<B extends ValueBox,T> |
An abstract implementation of the
ColumnHeaderFilterPlugin.HeaderFilter for text input
based filters that add a delay for triggering the search while the user is typing |
| DoubleHeaderFilter<T> |
BigDecimal column header filter component that is rendered as a
DoubleBox component |
| EnumHeaderFilter<T,E extends Enum> |
Enum column header filter component that is rendered as a
Select component |
| FloatHeaderFilter<T> |
Float number column header filter component that is rendered as a
FloatBox component |
| IntegerHeaderFilter<T> |
Integer number column header filter component that is rendered as a
IntegerBox component |
| LongHeaderFilter<T> |
Long column header filter component that is rendered as a
LongBox component |
| SelectHeaderFilter<T> |
A Single option select column header filter component that is rendered as a Select
component * @param |
| ShortHeaderFilter<T> |
Short number column header filter component that is rendered as a
ShortBox component |
| TextHeaderFilter<T> |
String column header filter component that is rendered as a
TextBox component |
| TimeHeaderFilter<T> |
Date column header filter component that is rendered as a
TimeBox component |
Copyright © 2019–2022 Dominokit. All rights reserved.