@Retention(value=RUNTIME) @Target(value=METHOD) public @interface MetaSearch
| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright © 2017 etc.to. All rights reserved.