public interface AutocompleteProps
Modifier and Type | Method and Description |
---|---|
Object |
getAutocompleteList()
A collection of suggestions that will be provided to the user
|
javax.el.MethodExpression |
getAutocompleteMethod()
A method which provides a list of suggestions according to a user-provided filtering value
|
javax.el.MethodExpression |
getAutocompleteMethodWithOneParameter()
Workaround for RF-11469
|
int |
getMinChars()
Minimal number of chars in input to activate suggestion popup
|
AutocompleteMode |
getMode()
Determine how the suggestion list is requested:
|
String |
getVar()
A request-scope attribute via which the data object for the current row will be used when iterating
|
void |
setAutocompleteMethod(javax.el.MethodExpression expression) |
void |
setAutocompleteMethodWithOneParameter(javax.el.MethodExpression expression) |
AutocompleteMode getMode()
Determine how the suggestion list is requested:
Default: cachedAjax
int getMinChars()
String getVar()
Object getAutocompleteList()
javax.el.MethodExpression getAutocompleteMethod()
void setAutocompleteMethod(javax.el.MethodExpression expression)
javax.el.MethodExpression getAutocompleteMethodWithOneParameter()
void setAutocompleteMethodWithOneParameter(javax.el.MethodExpression expression)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.