com.vaadin.shared.ui.richtextarea.

Interface RichTextAreaClientRpc

  • All Superinterfaces:

    ClientRpc, Serializable

    public interface RichTextAreaClientRpc
    extends ClientRpc

    Server to client RPC interface for RichTextArea.

    Since:

    8.0

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void selectAll()

      Selects everything in the field.

    • Method Detail

      • selectAll

        void selectAll()

        Selects everything in the field.