Class UiTree.TextInputEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiTree

    public static class UiTree.TextInputEvent
    extends java.lang.Object
    implements UiEvent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
      protected java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextInputEvent()
      Deprecated.
      Only for Jackson deserialization.
      TextInputEvent​(java.lang.String componentId, java.lang.String text)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • text

        protected java.lang.String text
    • 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 text)
    • 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
      • getText

        public java.lang.String getText()