Class GraphDataUIWidgetFactory
- java.lang.Object
-
- com.orchestranetworks.addon.dmdv.data.ui.GraphDataUIWidgetFactory
-
- All Implemented Interfaces:
com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>
public final class GraphDataUIWidgetFactory extends java.lang.Object implements com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>Provides a widget factory to create graph view on tab of a record.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description GraphDataUIWidgetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGraphConfigurationName()Returns the graph configuration name.java.lang.StringgetWidgetKey()Returns the class name of the UI widget used to display graph data.com.orchestranetworks.ui.form.widget.UIWidgetnewInstance(com.orchestranetworks.ui.form.widget.WidgetFactoryContext widgetFactoryContext)voidsetGraphConfigurationName(java.lang.String graphConfigurationName)Sets the graph configuration name.voidsetup(com.orchestranetworks.ui.form.widget.WidgetFactorySetupContext widgetFactoryContext)voidsetWidgetKey(java.lang.String widgetKey)Sets the class name of the UI widget used to display graph data.
-
-
-
Method Detail
-
getGraphConfigurationName
public java.lang.String getGraphConfigurationName()
Returns the graph configuration name.
-
setGraphConfigurationName
public void setGraphConfigurationName(java.lang.String graphConfigurationName)
Sets the graph configuration name.
-
getWidgetKey
public java.lang.String getWidgetKey()
Returns the class name of the UI widget used to display graph data.
-
setWidgetKey
public void setWidgetKey(java.lang.String widgetKey)
Sets the class name of the UI widget used to display graph data.- Parameters:
widgetKey- qualified class name of the UI widget
-
newInstance
public com.orchestranetworks.ui.form.widget.UIWidget newInstance(com.orchestranetworks.ui.form.widget.WidgetFactoryContext widgetFactoryContext)
- Specified by:
newInstancein interfacecom.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>
-
setup
public void setup(com.orchestranetworks.ui.form.widget.WidgetFactorySetupContext widgetFactoryContext)
- Specified by:
setupin interfacecom.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>
-
-