|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchPropertyMetaModel
Field Summary | |
---|---|
static java.util.Comparator<SearchPropertyMetaModel> |
BY_ORDER
|
Method Summary | |
---|---|
java.lang.String |
getLookupHint()
Returns the text to use as the control label, if defined in the metadata. |
java.lang.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. |
java.lang.String |
getPropertyName()
|
java.util.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. |
Field Detail |
---|
static final java.util.Comparator<SearchPropertyMetaModel> BY_ORDER
Method Detail |
---|
boolean isIgnoreCase()
int getOrder()
int getMinLength()
java.lang.String getPropertyName()
java.util.List<PropertyMetaModel<?>> getPropertyPath()
java.lang.String getLookupLabel()
java.lang.String getLookupHint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |