Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGraphConfigurationName()
      Returns the graph configuration name.
      java.lang.String getWidgetKey()
      Returns the class name of the UI widget used to display graph data.
      com.orchestranetworks.ui.form.widget.UIWidget newInstance​(com.orchestranetworks.ui.form.widget.WidgetFactoryContext widgetFactoryContext)  
      void setGraphConfigurationName​(java.lang.String graphConfigurationName)
      Sets the graph configuration name.
      void setup​(com.orchestranetworks.ui.form.widget.WidgetFactorySetupContext widgetFactoryContext)  
      void setWidgetKey​(java.lang.String widgetKey)
      Sets the class name of the UI widget used to display graph data.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphDataUIWidgetFactory

        public GraphDataUIWidgetFactory()
    • 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:
        newInstance in interface com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>
      • setup

        public void setup​(com.orchestranetworks.ui.form.widget.WidgetFactorySetupContext widgetFactoryContext)
        Specified by:
        setup in interface com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>