Interface JmixRichTextAreaServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
public interface JmixRichTextAreaServerRpc
extends com.vaadin.shared.communication.ServerRpc
-
Method Summary
-
Method Details
-
setText
Sends the updated text to the server. The user action is considered sanitized if the user used buttons from the rich text area toolbar.- Parameters:
text
- the text in the fieldlastUserActionSanitized
- whether the last user action is sanitized
-