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
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected intprotected intprotected List<UiTreeGraphNode> protected intprotected intprotected intprotected floatFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetNodes()intintintfloatsetBackgroundColor(String backgroundColor) setCompact(boolean compact) setDebuggingId(String debuggingId) setHorizontalNonSignlingGap(int horizontalNonSignlingGap) setHorizontalSiblingGap(int horizontalSiblingGap) setNodes(List<UiTreeGraphNode> nodes) setSideListIndent(int sideListIndent) setSideListVerticalGap(int sideListVerticalGap) setVerticalLayerGap(int verticalLayerGap) setVisible(boolean visible) setZoomFactor(float zoomFactor) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
nodes
-
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
- Overrides:
toStringin classUiComponent
-
getNodes
-
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
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setNodes
-
setBackgroundColor
-
setZoomFactor
-
setCompact
-
setVerticalLayerGap
-
setSideListIndent
-
setSideListVerticalGap
-
setHorizontalSiblingGap
-
setHorizontalNonSignlingGap
-