Uses of Class
org.teamapps.dto.UiNetworkNode
-
Uses of UiNetworkNode in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiNetworkNodeModifier and TypeFieldDescriptionprotected List<UiNetworkNode> UiNetworkGraph.AddNodesAndLinksCommand.nodesprotected List<UiNetworkNode> UiNetworkGraph.nodesMethods in org.teamapps.dto that return UiNetworkNodeModifier and TypeMethodDescriptionUiNetworkNode.setBackgroundColor(String backgroundColor) UiNetworkNode.setBorderColor(String borderColor) UiNetworkNode.setBorderRadius(float borderRadius) UiNetworkNode.setBorderWidth(float borderWidth) UiNetworkNode.setDistanceFactor(float distanceFactor) UiNetworkNode.setExpandState(UiNetworkNode.ExpandState expandState) UiNetworkNode.setIcon(UiTreeGraphNodeIcon icon) UiNetworkNode.setImage(UiTreeGraphNodeImage image) UiNetworkNode.setRecord(UiClientRecord record) UiNetworkNode.setTemplate(UiTemplate template) Methods in org.teamapps.dto that return types with arguments of type UiNetworkNodeModifier and TypeMethodDescriptionUiNetworkGraph.AddNodesAndLinksCommand.getNodes()UiNetworkGraph.getNodes()Constructor parameters in org.teamapps.dto with type arguments of type UiNetworkNodeModifierConstructorDescriptionAddNodesAndLinksCommand(String componentId, List<UiNetworkNode> nodes, List<UiNetworkLink> links) UiNetworkGraph(List<UiNetworkNode> nodes, List<UiNetworkLink> links, List<UiNetworkImage> images)