Class UiTextInputHandlingField.TextInputEvent

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

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

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

    Constructors 
    Constructor Description
    TextInputEvent()
    Deprecated.
    Only for Jackson deserialization.
    TextInputEvent​(java.lang.String componentId, java.lang.String enteredString)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait