Package org.teamapps.dto
Class UiTreeGraph
- java.lang.Object
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiTreeGraph
-
- All Implemented Interfaces:
UiObject
public class UiTreeGraph extends UiComponent implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTreeGraph.AddNodeCommandstatic classUiTreeGraph.MoveToNodeCommandstatic classUiTreeGraph.MoveToRootNodeCommandstatic classUiTreeGraph.NodeClickedEventstatic classUiTreeGraph.NodeExpandedOrCollapsedEventstatic classUiTreeGraph.ParentExpandedOrCollapsedEventstatic classUiTreeGraph.RemoveNodeCommandstatic classUiTreeGraph.SetNodeExpandedCommandstatic classUiTreeGraph.SetNodesCommandstatic classUiTreeGraph.SetZoomFactorCommandstatic classUiTreeGraph.SideListExpandedOrCollapsedEventstatic classUiTreeGraph.UpdateCommandstatic classUiTreeGraph.UpdateNodeCommand-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected booleancompactprotected inthorizontalNonSignlingGapprotected inthorizontalSiblingGapprotected java.util.List<UiTreeGraphNode>nodesprotected intsideListIndentprotected intsideListVerticalGapprotected intverticalLayerGapprotected floatzoomFactor-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiTreeGraph()
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiComponent
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
nodes
protected java.util.List<UiTreeGraphNode> nodes
-
backgroundColor
protected UiColor backgroundColor
-
zoomFactor
protected float zoomFactor
-
compact
protected boolean compact
-
verticalLayerGap
protected int verticalLayerGap
-
sideListIndent
protected int sideListIndent
-
sideListVerticalGap
protected int sideListVerticalGap
-
horizontalSiblingGap
protected int horizontalSiblingGap
-
horizontalNonSignlingGap
protected int horizontalNonSignlingGap
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getNodes
public java.util.List<UiTreeGraphNode> getNodes()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getZoomFactor
public float getZoomFactor()
-
getCompact
public boolean getCompact()
-
getVerticalLayerGap
public int getVerticalLayerGap()
-
getSideListIndent
public int getSideListIndent()
-
getSideListVerticalGap
public int getSideListVerticalGap()
-
getHorizontalSiblingGap
public int getHorizontalSiblingGap()
-
getHorizontalNonSignlingGap
public int getHorizontalNonSignlingGap()
-
setId
public UiTreeGraph setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiTreeGraph setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiTreeGraph setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setNodes
public UiTreeGraph setNodes(java.util.List<UiTreeGraphNode> nodes)
-
setBackgroundColor
public UiTreeGraph setBackgroundColor(UiColor backgroundColor)
-
setZoomFactor
public UiTreeGraph setZoomFactor(float zoomFactor)
-
setCompact
public UiTreeGraph setCompact(boolean compact)
-
setVerticalLayerGap
public UiTreeGraph setVerticalLayerGap(int verticalLayerGap)
-
setSideListIndent
public UiTreeGraph setSideListIndent(int sideListIndent)
-
setSideListVerticalGap
public UiTreeGraph setSideListVerticalGap(int sideListVerticalGap)
-
setHorizontalSiblingGap
public UiTreeGraph setHorizontalSiblingGap(int horizontalSiblingGap)
-
setHorizontalNonSignlingGap
public UiTreeGraph setHorizontalNonSignlingGap(int horizontalNonSignlingGap)
-
-