public interface SearchPropertyMetaModel
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SearchPropertyMetaModel> |
BY_ORDER |
| Modifier and Type | Method and Description |
|---|---|
String |
getLookupHint()
Returns the text to use as the control label, if defined in the metadata.
|
String |
getLookupLabel()
Returns the text to use as the control label, if defined in the metadata.
|
int |
getMinLength()
To prevent searching over the entire database you can specify a minimum number
of characters that must be present before the search is allowed on this field.
|
int |
getOrder()
The order of this search item in the total list of items.
|
String |
getPropertyName() |
List<PropertyMetaModel<?>> |
getPropertyPath() |
boolean |
isIgnoreCase()
When T (default) the search is done in a case-independent way provided we are looking
for some string value.
|
static final Comparator<SearchPropertyMetaModel> BY_ORDER
boolean isIgnoreCase()
int getOrder()
int getMinLength()
String getPropertyName()
List<PropertyMetaModel<?>> getPropertyPath()
String getLookupLabel()
String getLookupHint()
Copyright © 2017 etc.to. All rights reserved.