Package org.teamapps.dto
Class UiTreeGraph.SetNodeExpandedCommand
java.lang.Object
org.teamapps.dto.UiTreeGraph.SetNodeExpandedCommand
- Enclosing class:
UiTreeGraph
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetNodeExpandedCommand(String componentId, String nodeId, boolean expanded) -
Method Summary
-
Field Details
-
componentId
-
nodeId
-
expanded
protected boolean expanded
-
-
Constructor Details
-
SetNodeExpandedCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetNodeExpandedCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getNodeId
-
getExpanded
public boolean getExpanded()
-