| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.events | |
| org.dominokit.domino.ui.datatable.model |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
SearchEvent.getByCategory(Category category) |
List<Filter> |
SearchEvent.getFilters() |
| Constructor and Description |
|---|
SearchEvent(List<Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.create(String field,
String value,
Category category)
Creates a Filter of
FilterTypes.STRING and Operator.like |
static Filter |
Filter.create(String field,
String value,
Category category,
FilterTypes type)
Creates a Filter with
Operator.like |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
SearchContext.get(String fieldName) |
static List<Filter> |
Filter.initListWith(Filter filter)
Creates a List of Filters initialized with a single filter
|
List<Filter> |
SearchContext.listAll() |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
SearchContext.add(Filter filter)
Adds a new filter to the search context
|
boolean |
SearchContext.contains(Filter filter)
Checks if the context contains the specified filter
|
static List<Filter> |
Filter.initListWith(Filter filter)
Creates a List of Filters initialized with a single filter
|
SearchContext |
SearchContext.remove(Filter filter)
Removes a filter from the context
|
Copyright © 2019–2022 Dominokit. All rights reserved.