Interface JmixRichTextAreaServerRpc
- All Superinterfaces:
- Serializable,- com.vaadin.shared.communication.ServerRpc
public interface JmixRichTextAreaServerRpc
extends com.vaadin.shared.communication.ServerRpc
- 
Method Summary
- 
Method Details- 
setTextSends 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 field
- lastUserActionSanitized- whether the last user action is sanitized
 
 
-