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 |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated
|
String |
getOnbegin()
The client-side script method to be called before an ajax request.
|
String |
getOncomplete()
The client-side script method to be called after the DOM is updated
|
String |
getStatus()
Name of the request status component that will indicate the status of the Ajax request
|
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()
String getStatus()
String getOnbegin()
String getOncomplete()
String getOnbeforedomupdate()
javax.el.MethodExpression getAutocompleteMethod()
void setAutocompleteMethod(javax.el.MethodExpression expression)
javax.el.MethodExpression getAutocompleteMethodWithOneParameter()
void setAutocompleteMethodWithOneParameter(javax.el.MethodExpression expression)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.