| Package | Description |
|---|---|
| com.manydesigns.elements.fields.search |
Fields that an Elements search form can be made of.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextMatchMode |
TextSearchField.matchMode |
protected TextMatchMode |
BaseCriteria.LikeCriterion.textMatchMode |
protected TextMatchMode |
BaseCriteria.IlikeCriterion.textMatchMode |
| Modifier and Type | Method and Description |
|---|---|
TextMatchMode |
TextSearchField.getMatchMode() |
TextMatchMode |
BaseCriteria.LikeCriterion.getTextMatchMode() |
TextMatchMode |
BaseCriteria.IlikeCriterion.getTextMatchMode() |
static TextMatchMode |
TextMatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMatchMode[] |
TextMatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.ilike(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
BaseCriteria.ilike(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
Criteria.like(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
BaseCriteria.like(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
void |
TextSearchField.setMatchMode(TextMatchMode matchMode) |
| Constructor and Description |
|---|
IlikeCriterion(PropertyAccessor accessor,
Object value,
TextMatchMode textMatchMode) |
LikeCriterion(PropertyAccessor accessor,
Object value,
TextMatchMode textMatchMode) |
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.