Class UiTextInputHandlingField.TextInputEvent

    • Field Detail

      • componentId

        protected java.lang.String componentId
      • enteredString

        protected java.lang.String enteredString
    • Constructor Detail

      • TextInputEvent

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

        public TextInputEvent​(java.lang.String componentId,
                              java.lang.String enteredString)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getEnteredString

        public java.lang.String getEnteredString()