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 void
selectAll()
Selects everything in the field.void
selectRange(int start, int length)
Selects the given range in the field.
-