@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface MetaSearchItem
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the property to search on in this object.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreCase
Generate a CI query by default.
|
String |
lookupHintKey |
String |
lookupLabelKey
This defines a key in the class's bundle for a string to use as the lookup field's label.
|
int |
minLength
This defines the minimal length a user must enter into a search control before it
is allowed to search.
|
int |
order
If this specification is used in combination with @SearchProperty annotations this
field must be used to define an order.
|
SearchPropertyType |
searchType
This defines how search property would be used.
|
public abstract String name
public abstract int order
public abstract int minLength
public abstract boolean ignoreCase
public abstract String lookupLabelKey
public abstract String lookupHintKey
public abstract SearchPropertyType searchType
SearchPropertyType.SEARCH_FIELD.
This is normally used for compound specs only.Copyright © 2017 etc.to. All rights reserved.