Interface JmixRichTextAreaServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc

public interface JmixRichTextAreaServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setText(String text, boolean lastUserActionSanitized)
    Sends the updated text to the server.
  • Method Details

    • setText

      void setText(String text, boolean lastUserActionSanitized)
      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 field
      lastUserActionSanitized - whether the last user action is sanitized