|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchDirection | |
---|---|
nl.coderight.jazz.form.field | |
nl.coderight.jazz.form.field.searchable | |
nl.coderight.jazz.form.field.selectable |
Uses of SearchDirection in nl.coderight.jazz.form.field |
---|
Methods in nl.coderight.jazz.form.field with parameters of type SearchDirection | |
---|---|
SearchResult<TreeFieldNode> |
TreeTableField.search(SearchCriteria<TreeFieldNode> criteria,
SearchDirection direction)
|
SearchResult<TreeFieldNode> |
TreeTableField.search(SearchCriteria<TreeFieldNode> criteria,
SearchDirection direction,
int fromIndex)
|
Uses of SearchDirection in nl.coderight.jazz.form.field.searchable |
---|
Methods in nl.coderight.jazz.form.field.searchable that return SearchDirection | |
---|---|
static SearchDirection |
SearchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearchDirection[] |
SearchDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SearchDirection in nl.coderight.jazz.form.field.selectable |
---|
Methods in nl.coderight.jazz.form.field.selectable with parameters of type SearchDirection | |
---|---|
SearchResult<V> |
SelectableField.search(SearchCriteria<V> criteria,
SearchDirection direction)
|
SearchResult<V> |
SelectableField.search(SearchCriteria<V> criteria,
SearchDirection direction,
int fromIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |