Package org.teamapps.dto
Class UiTreeGraphNode
- java.lang.Object
-
- org.teamapps.dto.UiBaseTreeGraphNode
-
- org.teamapps.dto.UiTreeGraphNode
-
- All Implemented Interfaces:
UiObject
public class UiTreeGraphNode extends UiBaseTreeGraphNode implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexpandedprotected booleanhasLazyChildrenprotected booleanparentExpandableprotected booleanparentExpandedprotected java.lang.StringparentIdprotected booleansideListExpandedprotected java.util.List<UiBaseTreeGraphNode>sideListNodes-
Fields inherited from class org.teamapps.dto.UiBaseTreeGraphNode
backgroundColor, borderColor, borderRadius, borderWidth, connectorLineColor, connectorLineWidth, dashArray, height, icon, id, image, record, template, width
-
-
Constructor Summary
Constructors Constructor Description UiTreeGraphNode()Deprecated.Only for Jackson deserialization.UiTreeGraphNode(java.lang.String id, int width, int height)
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiBaseTreeGraphNode
getBackgroundColor, getBorderColor, getBorderRadius, getBorderWidth, getConnectorLineColor, getConnectorLineWidth, getDashArray, getHeight, getIcon, getId, getImage, getRecord, getTemplate, getWidth
-
-
-
-
Field Detail
-
parentId
protected java.lang.String parentId
-
parentExpandable
protected boolean parentExpandable
-
parentExpanded
protected boolean parentExpanded
-
expanded
protected boolean expanded
-
hasLazyChildren
protected boolean hasLazyChildren
-
sideListNodes
protected java.util.List<UiBaseTreeGraphNode> sideListNodes
-
sideListExpanded
protected boolean sideListExpanded
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiBaseTreeGraphNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiBaseTreeGraphNode
-
getParentId
public java.lang.String getParentId()
-
getParentExpandable
public boolean getParentExpandable()
-
getParentExpanded
public boolean getParentExpanded()
-
getExpanded
public boolean getExpanded()
-
getHasLazyChildren
public boolean getHasLazyChildren()
-
getSideListNodes
public java.util.List<UiBaseTreeGraphNode> getSideListNodes()
-
getSideListExpanded
public boolean getSideListExpanded()
-
setBackgroundColor
public UiTreeGraphNode setBackgroundColor(java.lang.String backgroundColor)
- Overrides:
setBackgroundColorin classUiBaseTreeGraphNode
-
setBorderColor
public UiTreeGraphNode setBorderColor(java.lang.String borderColor)
- Overrides:
setBorderColorin classUiBaseTreeGraphNode
-
setBorderWidth
public UiTreeGraphNode setBorderWidth(float borderWidth)
- Overrides:
setBorderWidthin classUiBaseTreeGraphNode
-
setBorderRadius
public UiTreeGraphNode setBorderRadius(float borderRadius)
- Overrides:
setBorderRadiusin classUiBaseTreeGraphNode
-
setImage
public UiTreeGraphNode setImage(UiTreeGraphNodeImage image)
- Overrides:
setImagein classUiBaseTreeGraphNode
-
setIcon
public UiTreeGraphNode setIcon(UiTreeGraphNodeIcon icon)
- Overrides:
setIconin classUiBaseTreeGraphNode
-
setTemplate
public UiTreeGraphNode setTemplate(UiTemplate template)
- Overrides:
setTemplatein classUiBaseTreeGraphNode
-
setRecord
public UiTreeGraphNode setRecord(UiClientRecord record)
- Overrides:
setRecordin classUiBaseTreeGraphNode
-
setConnectorLineColor
public UiTreeGraphNode setConnectorLineColor(java.lang.String connectorLineColor)
- Overrides:
setConnectorLineColorin classUiBaseTreeGraphNode
-
setConnectorLineWidth
public UiTreeGraphNode setConnectorLineWidth(int connectorLineWidth)
- Overrides:
setConnectorLineWidthin classUiBaseTreeGraphNode
-
setDashArray
public UiTreeGraphNode setDashArray(java.lang.String dashArray)
- Overrides:
setDashArrayin classUiBaseTreeGraphNode
-
setParentId
public UiTreeGraphNode setParentId(java.lang.String parentId)
-
setParentExpandable
public UiTreeGraphNode setParentExpandable(boolean parentExpandable)
-
setParentExpanded
public UiTreeGraphNode setParentExpanded(boolean parentExpanded)
-
setExpanded
public UiTreeGraphNode setExpanded(boolean expanded)
-
setHasLazyChildren
public UiTreeGraphNode setHasLazyChildren(boolean hasLazyChildren)
-
setSideListNodes
public UiTreeGraphNode setSideListNodes(java.util.List<UiBaseTreeGraphNode> sideListNodes)
-
setSideListExpanded
public UiTreeGraphNode setSideListExpanded(boolean sideListExpanded)
-
-