Package com.vaadin.shared.ui.textarea
Interface TextAreaServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
public interface TextAreaServerRpc extends ServerRpc
Client to server RPC interface for TextArea.- Since:
- 8.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setHeight(String height)
void
setWidth(String width)
-