Interface RichTextAreaServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
public interface RichTextAreaServerRpc extends ServerRpc
Client to server RPC interface for RichTextArea.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setText(String text)
Sends the updated text to the server.
-
-
-
Method Detail
-
setText
void setText(String text)
Sends the updated text to the server.- Parameters:
text
- the text in the field
-
-