public class AutoSuggestUIHints extends Object
Constructor and Description |
---|
AutoSuggestUIHints() |
AutoSuggestUIHints(String submittedValue, int maxSuggestedItems) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSuggestedItems()
The maximum number of suggestItems the implementation must return
|
String |
getSubmittedValue()
The value entered by the user in the input field, used to filter the list
|
void |
setMaxSuggestedItems(int _maxSuggestedItems) |
void |
setSubmittedValue(String _submittedValue) |
public AutoSuggestUIHints()
public AutoSuggestUIHints(String submittedValue, int maxSuggestedItems)
public void setMaxSuggestedItems(int _maxSuggestedItems)
public int getMaxSuggestedItems()
public void setSubmittedValue(String _submittedValue)
public String getSubmittedValue()