Interface JmixResizableTextAreaWrapperServerRpc

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

public interface JmixResizableTextAreaWrapperServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Details

    • sizeChanged

      void sizeChanged(String width, String height)
    • textChanged

      void textChanged(String text)