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 UiTreeGraphNodeIconiconprotected java.lang.Stringidprotected UiTreeGraphNodeImageimageprotected java.lang.StringparentIdprotected UiClientRecordrecordprotected UiTemplatetemplateprotected intwidth
-
Constructor Summary
Constructors Constructor Description UiTreeGraphNode()Deprecated.Only for Jackson deserialization.UiTreeGraphNode(java.lang.String id, int width, int height)
-
Method Summary
-
-
-
Field Detail
-
id
protected java.lang.String id
-
parentId
protected java.lang.String parentId
-
width
protected int width
-
height
protected int height
-
backgroundColor
protected UiColor backgroundColor
-
borderColor
protected UiColor borderColor
-
borderWidth
protected float borderWidth
-
borderRadius
protected float borderRadius
-
image
protected UiTreeGraphNodeImage image
-
icon
protected UiTreeGraphNodeIcon icon
-
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
-
getId
public java.lang.String getId()
-
getParentId
public java.lang.String getParentId()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getBorderColor
public UiColor getBorderColor()
-
getBorderWidth
public float getBorderWidth()
-
getBorderRadius
public float getBorderRadius()
-
getImage
public UiTreeGraphNodeImage getImage()
-
getIcon
public UiTreeGraphNodeIcon getIcon()
-
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()
-
setParentId
public UiTreeGraphNode setParentId(java.lang.String parentId)
-
setBackgroundColor
public UiTreeGraphNode setBackgroundColor(UiColor backgroundColor)
-
setBorderColor
public UiTreeGraphNode setBorderColor(UiColor borderColor)
-
setBorderWidth
public UiTreeGraphNode setBorderWidth(float borderWidth)
-
setBorderRadius
public UiTreeGraphNode setBorderRadius(float borderRadius)
-
setImage
public UiTreeGraphNode setImage(UiTreeGraphNodeImage image)
-
setIcon
public UiTreeGraphNode setIcon(UiTreeGraphNodeIcon icon)
-
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)
-
-