Class GraphDataTabUIWidget
java.lang.Object
com.orchestranetworks.ui.form.widget.UICustomWidget
com.orchestranetworks.ui.form.widget.UISimpleCustomWidget
com.orchestranetworks.addon.dmdv.data.ui.GraphDataTabUIWidget
- All Implemented Interfaces:
com.orchestranetworks.ui.form.widget.UIWidget
public final class GraphDataTabUIWidget
extends com.orchestranetworks.ui.form.widget.UISimpleCustomWidget
Provides a widget to display a graph view on tab of a record.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorDescriptionGraphDataTabUIWidget
(com.orchestranetworks.ui.form.widget.WidgetFactoryContext context, String graphConfigurationName) Creates a new instance of the `GraphDataTabUIWidget` class.GraphDataTabUIWidget
(com.orchestranetworks.ui.form.widget.WidgetFactoryContext context, String graphConfigurationName, boolean forceRecursiveExpand) Creates a new instance of the `GraphDataTabUIWidget` class with the option to force the graph to expand recursively. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(com.orchestranetworks.ui.form.widget.WidgetWriter writer, com.orchestranetworks.ui.form.widget.WidgetDisplayContext context) Methods inherited from class com.orchestranetworks.ui.form.widget.UISimpleCustomWidget
validate
Methods inherited from class com.orchestranetworks.ui.form.widget.UICustomWidget
isDisplayingCustomWidgetValidationMessage, isEditorDisabled, setEditorDisabled
-
Constructor Details
-
GraphDataTabUIWidget
public GraphDataTabUIWidget(com.orchestranetworks.ui.form.widget.WidgetFactoryContext context, String graphConfigurationName) Creates a new instance of the `GraphDataTabUIWidget` class. Equivalent to GraphDataTabUIWidget(context, graphConfigurationName, true);- Parameters:
context
- A widget factory context.graphConfigurationName
- The name of the graph configuration.- Since:
- 1.0.0
- See Also:
-
GraphDataTabUIWidget
public GraphDataTabUIWidget(com.orchestranetworks.ui.form.widget.WidgetFactoryContext context, String graphConfigurationName, boolean forceRecursiveExpand) Creates a new instance of the `GraphDataTabUIWidget` class with the option to force the graph to expand recursively.- Parameters:
context
- A widget factory context.graphConfigurationName
- The name of the graph configuration.forceRecursiveExpand
- Whether or not to force the graph to expand recursively.- Since:
- 6.2.0
-
-
Method Details
-
write
public void write(com.orchestranetworks.ui.form.widget.WidgetWriter writer, com.orchestranetworks.ui.form.widget.WidgetDisplayContext context) - Specified by:
write
in classcom.orchestranetworks.ui.form.widget.UISimpleCustomWidget
-