| Package | Description |
|---|---|
| org.primefaces.model |
| Modifier and Type | Method and Description |
|---|---|
static MatchMode |
MatchMode.byName(String name) |
MatchMode |
FilterMeta.getFilterMatchMode() |
static MatchMode |
MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMode[] |
MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FilterMeta(String filterField,
String columnKey,
javax.el.ValueExpression filterByVE,
MatchMode filterMatchMode,
Object filterValue) |
Copyright © 2020. All rights reserved.