| Package | Description |
|---|---|
| org.gwt.advanced.client.datamodel |
| Modifier and Type | Method and Description |
|---|---|
protected ListCallbackHandler |
SuggestionBoxDataModel.getHandler()
Getter for property 'handler'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuggestionBoxDataModel.setHandler(ListCallbackHandler handler)
Sets the callback handler that must fill the model with the values on demand.
|
| Constructor and Description |
|---|
SuggestionBoxDataModel(ListCallbackHandler handler)
Constructs the class and sets the expression value to
null. |
SuggestionBoxDataModel(String expression,
ListCallbackHandler handler)
Constructs the class and performs filling via the handler.
|
Copyright © 2008–2013. All rights reserved.