Package org.teamapps.dto
Class UiTreeGraph
java.lang.Object
org.teamapps.dto.UiClientObject
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.UpdateNodeCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected booleancompactprotected inthorizontalNonSignlingGapprotected inthorizontalSiblingGapprotected java.util.List<UiTreeGraphNode>nodesprotected intsideListIndentprotected intsideListVerticalGapprotected intverticalLayerGapprotected floatzoomFactorFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiTreeGraph() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()booleangetCompact()intgetHorizontalNonSignlingGap()intgetHorizontalSiblingGap()java.util.List<UiTreeGraphNode>getNodes()intgetSideListIndent()intgetSideListVerticalGap()UiObjectTypegetUiObjectType()intgetVerticalLayerGap()floatgetZoomFactor()UiTreeGraphsetBackgroundColor(java.lang.String backgroundColor)UiTreeGraphsetCompact(boolean compact)UiTreeGraphsetDebuggingId(java.lang.String debuggingId)UiTreeGraphsetHorizontalNonSignlingGap(int horizontalNonSignlingGap)UiTreeGraphsetHorizontalSiblingGap(int horizontalSiblingGap)UiTreeGraphsetId(java.lang.String id)UiTreeGraphsetNodes(java.util.List<UiTreeGraphNode> nodes)UiTreeGraphsetSideListIndent(int sideListIndent)UiTreeGraphsetSideListVerticalGap(int sideListVerticalGap)UiTreeGraphsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiTreeGraphsetVerticalLayerGap(int verticalLayerGap)UiTreeGraphsetVisible(boolean visible)UiTreeGraphsetZoomFactor(float zoomFactor)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
nodes
-
backgroundColor
protected java.lang.String 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
-
-
Constructor Details
-
UiTreeGraph
public UiTreeGraph()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getNodes
-
getBackgroundColor
public java.lang.String 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
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- 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
-
setBackgroundColor
-
setZoomFactor
-
setCompact
-
setVerticalLayerGap
-
setSideListIndent
-
setSideListVerticalGap
-
setHorizontalSiblingGap
-
setHorizontalNonSignlingGap
-