Package org.teamapps.dto
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.StringcomponentIdprotected intparentId
-
Constructor Summary
Constructors Constructor Description LazyChildDataRequestedEvent()Deprecated.Only for Jackson deserialization.LazyChildDataRequestedEvent(java.lang.String componentId, int parentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()intgetParentId()UiEventTypegetUiEventType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiEventType
public UiEventType getUiEventType()
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiEvent
-
getParentId
public int getParentId()
-
-