| 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) |
| Modifier and Type | Method and Description |
|---|---|
Category |
Filter.getCategory() |
static Category |
Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
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
|
void |
Filter.setCategory(Category category) |
| Constructor and Description |
|---|
Filter(String fieldName,
FilterTypes type,
Operator operator,
List<String> values,
Category category)
creates a new filter
|
Copyright © 2019–2022 Dominokit. All rights reserved.