T - type of data table recordspublic class DateHeaderFilter<T> extends Object implements ColumnHeaderFilterPlugin.HeaderFilter<T>
DateBox component| Constructor and Description |
|---|
DateHeaderFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the header filter component value
|
static <T> DateHeaderFilter<T> |
create()
Static factory to create a new instance
|
elemental2.dom.HTMLElement |
element() |
DateBox |
getDateBox() |
void |
init(SearchContext<T> searchContext,
ColumnConfig<T> columnConfig)
Initializes the header filter with the data table search context and the column config to
which the filter is being added
|
public DateHeaderFilter()
create()public static <T> DateHeaderFilter<T> create()
T - the type of the data table recordspublic void init(SearchContext<T> searchContext, ColumnConfig<T> columnConfig)
this will be called by the ColumnHeaderFilterPlugin
init in interface ColumnHeaderFilterPlugin.HeaderFilter<T>searchContext - SearchContextcolumnConfig - ColumnConfigpublic void clear()
this will be called by the ColumnHeaderFilterPlugin
clear in interface ColumnHeaderFilterPlugin.HeaderFilter<T>public elemental2.dom.HTMLElement element()
element in interface org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>Copyright © 2019–2022 Dominokit. All rights reserved.