|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface MetaSearch
Marks a property as a search property.
Optional Element Summary | |
---|---|
boolean |
ignoreCase
Generate a CI query by default. |
int |
minLength
This defines the minimal length a user must enter into a search control before it is allowed to search. |
int |
order
When set this defines an "order" when multiple search fields are present; the fields with the lowest order value are sorted before the fields with higher values in the lookup form. |
SearchPropertyType |
searchType
This defines how search property would be used. |
public abstract int order
public abstract int minLength
public abstract boolean ignoreCase
public abstract SearchPropertyType searchType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |