| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.model | |
| org.dominokit.domino.ui.datatable.plugins.filter.header |
| Modifier and Type | Method and Description |
|---|---|
FilterTypes |
Filter.getType() |
static FilterTypes |
FilterTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterTypes[] |
FilterTypes.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,
FilterTypes type)
Creates a Filter with
Operator.like |
void |
Filter.setType(FilterTypes type) |
| Constructor and Description |
|---|
Filter(String fieldName,
FilterTypes type,
Operator operator,
List<String> values,
Category category)
creates a new filter
|
| Modifier and Type | Method and Description |
|---|---|
protected FilterTypes |
DecimalHeaderFilter.getType() |
protected FilterTypes |
LongHeaderFilter.getType() |
protected FilterTypes |
IntegerHeaderFilter.getType() |
protected abstract FilterTypes |
DelayedHeaderFilterInput.getType() |
protected FilterTypes |
ShortHeaderFilter.getType() |
protected FilterTypes |
TextHeaderFilter.getType() |
protected FilterTypes |
DoubleHeaderFilter.getType() |
protected FilterTypes |
FloatHeaderFilter.getType() |
Copyright © 2019–2022 Dominokit. All rights reserved.