Package com.vaadin.shared.ui.textfield
Interface AbstractTextFieldClientRpc
-
- All Superinterfaces:
ClientRpc,Serializable
public interface AbstractTextFieldClientRpc extends ClientRpc
Server to client RPC interface for AbstractTextField.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectAll()Selects everything in the field.voidselectRange(int start, int length)Selects the given range in the field.
-