Package com.vaadin.shared.ui.combobox
Interface ComboBoxClientRpc
-
- All Superinterfaces:
ClientRpc
,Serializable
public interface ComboBoxClientRpc extends ClientRpc
Server to client RPC interface for ComboBox.- Since:
- 8.3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newItemNotAdded(String itemValue)
Signal the client that attempt to add a new item failed.
-
-
-
Method Detail
-
newItemNotAdded
void newItemNotAdded(String itemValue)
Signal the client that attempt to add a new item failed.- Parameters:
itemValue
- user entered string value for the new item
-
-