public interface ComboBoxServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
createNewItem(String itemValue)
Create a new item in the combo box.
|
void |
resetForceDataSourceUpdate()
Reset the force update flag once the list contents have been updated.
|
void |
setFilter(String filter)
Sets the filter to use.
|
void createNewItem(String itemValue)
itemValue - user entered string value for the new itemvoid setFilter(String filter)
filter - filter string interpreted according to the current filtering
modevoid resetForceDataSourceUpdate()
Copyright © 2021 Vaadin Ltd. All rights reserved.