Class UiTree.TextInputEvent

java.lang.Object
org.teamapps.dto.UiTree.TextInputEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTree

public static class UiTree.TextInputEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • text

      protected String text
  • Constructor Details

    • TextInputEvent

      @Deprecated public TextInputEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • TextInputEvent

      public TextInputEvent(String componentId, String text)
  • Method Details