Class UiComboBox.LazyChildDataRequestedEvent

java.lang.Object
org.teamapps.dto.UiComboBox.LazyChildDataRequestedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiComboBox

public static class UiComboBox.LazyChildDataRequestedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

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

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

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

    Methods inherited from class java.lang.Object

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