Package org.teamapps.dto
Class UiTreeGraphNode
- java.lang.Object
-
- org.teamapps.dto.UiTreeGraphNode
-
-
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected UiColorborderColorprotected floatborderRadiusprotected floatborderWidthprotected UiColorconnectorLineColorprotected intconnectorLineWidthprotected java.lang.StringdashArrayprotected booleanexpandedprotected intheightprotected UiTreeGraphNodeIconnodeIconprotected java.lang.StringnodeIdprotected UiTreeGraphNodeImagenodeImageprotected java.lang.StringparentNodeIdprotected UiClientRecordrecordprotected UiTemplatetemplateprotected intwidth
-
Constructor Summary
Constructors Constructor Description UiTreeGraphNode()Deprecated.Only for Jackson deserialization.UiTreeGraphNode(java.lang.String nodeId, int width, int height)
-
Method Summary
-
-
-
Field Detail
-
nodeId
protected java.lang.String nodeId
-
parentNodeId
protected java.lang.String parentNodeId
-
width
protected int width
-
height
protected int height
-
backgroundColor
protected UiColor backgroundColor
-
borderColor
protected UiColor borderColor
-
borderWidth
protected float borderWidth
-
borderRadius
protected float borderRadius
-
nodeImage
protected UiTreeGraphNodeImage nodeImage
-
nodeIcon
protected UiTreeGraphNodeIcon nodeIcon
-
template
protected UiTemplate template
-
record
protected UiClientRecord record
-
connectorLineColor
protected UiColor connectorLineColor
-
connectorLineWidth
protected int connectorLineWidth
-
dashArray
protected java.lang.String dashArray
-
expanded
protected boolean expanded
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getNodeId
public java.lang.String getNodeId()
-
getParentNodeId
public java.lang.String getParentNodeId()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getBorderColor
public UiColor getBorderColor()
-
getBorderWidth
public float getBorderWidth()
-
getBorderRadius
public float getBorderRadius()
-
getNodeImage
public UiTreeGraphNodeImage getNodeImage()
-
getNodeIcon
public UiTreeGraphNodeIcon getNodeIcon()
-
getTemplate
public UiTemplate getTemplate()
-
getRecord
public UiClientRecord getRecord()
-
getConnectorLineColor
public UiColor getConnectorLineColor()
-
getConnectorLineWidth
public int getConnectorLineWidth()
-
getDashArray
public java.lang.String getDashArray()
-
getExpanded
public boolean getExpanded()
-
setParentNodeId
public UiTreeGraphNode setParentNodeId(java.lang.String parentNodeId)
-
setBackgroundColor
public UiTreeGraphNode setBackgroundColor(UiColor backgroundColor)
-
setBorderColor
public UiTreeGraphNode setBorderColor(UiColor borderColor)
-
setBorderWidth
public UiTreeGraphNode setBorderWidth(float borderWidth)
-
setBorderRadius
public UiTreeGraphNode setBorderRadius(float borderRadius)
-
setNodeImage
public UiTreeGraphNode setNodeImage(UiTreeGraphNodeImage nodeImage)
-
setNodeIcon
public UiTreeGraphNode setNodeIcon(UiTreeGraphNodeIcon nodeIcon)
-
setTemplate
public UiTreeGraphNode setTemplate(UiTemplate template)
-
setRecord
public UiTreeGraphNode setRecord(UiClientRecord record)
-
setConnectorLineColor
public UiTreeGraphNode setConnectorLineColor(UiColor connectorLineColor)
-
setConnectorLineWidth
public UiTreeGraphNode setConnectorLineWidth(int connectorLineWidth)
-
setDashArray
public UiTreeGraphNode setDashArray(java.lang.String dashArray)
-
setExpanded
public UiTreeGraphNode setExpanded(boolean expanded)
-
-