Class GraphDataWithoutConfigUIWidgetFactory

  • All Implemented Interfaces:
    com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>

    public final class GraphDataWithoutConfigUIWidgetFactory
    extends java.lang.Object
    implements com.orchestranetworks.ui.form.widget.UIWidgetFactory<com.orchestranetworks.ui.form.widget.UIWidget>
    Provides a widget factory to create a graph view without configuration on tab of a record.
    Since:
    1.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 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

      • GraphDataWithoutConfigUIWidgetFactory

        public GraphDataWithoutConfigUIWidgetFactory()
    • Method Detail

      • 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>