Class UiTextInputHandlingField.TextInputEvent

java.lang.Object
org.teamapps.dto.UiTextInputHandlingField.TextInputEvent
All Implemented Interfaces:
UiEvent
Enclosing interface:
UiTextInputHandlingField

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

    • componentId

      protected String componentId
    • enteredString

      protected String enteredString
  • Constructor Details

    • TextInputEvent

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

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