Class UiTree.TextInputEvent

java.lang.Object
org.teamapps.dto.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)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getText()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • text

      protected java.lang.String text
  • Constructor Details

    • 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 Details