Package org.teamapps.dto
Class UiTree.RequestTreeDataEvent
java.lang.Object
org.teamapps.dto.UiTree.RequestTreeDataEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiTree
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.RequestTreeDataEvent(String componentId, int parentNodeId) -
Method Summary
-
Field Details
-
componentId
-
parentNodeId
protected int parentNodeId
-
-
Constructor Details
-
RequestTreeDataEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
RequestTreeDataEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getParentNodeId
public int getParentNodeId()
-