| Modifier and Type | Method and Description |
|---|---|
SearchContext |
DataTable.getSearchContext() |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
SearchContext.add(Filter filter)
Adds a new filter to the search context
|
SearchContext |
SearchContext.clear()
Remove all filters and fires the
SearchClearedEvent |
SearchContext |
SearchContext.remove(Filter filter)
Removes a filter from the context
|
SearchContext |
SearchContext.remove(String fieldName)
Removes all filters associated with the specified field name from the context
|
SearchContext |
SearchContext.remove(String fieldName,
Category category)
Removes all filters associated with the specified field name and of the specified category from
the context
|
SearchContext |
SearchContext.removeByCategory(Category category)
Removes all filters of the specified category from the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContext.addBeforeSearchHandler(Consumer<SearchContext<T>> handler)
Adds a new BeforeSearch handler
|
void |
SearchContext.removeBeforeSearchHandler(Consumer<SearchContext<T>> handler)
removes a BeforeSearch handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnHeaderFilterPlugin.HeaderFilter.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
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumHeaderFilter.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
|
void |
SelectHeaderFilter.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
|
void |
TimeHeaderFilter.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
|
void |
DateHeaderFilter.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
|
void |
BooleanHeaderFilter.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
|
void |
DelayedHeaderFilterInput.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
|
Copyright © 2019–2022 Dominokit. All rights reserved.