Class JqPlotWidget

  • All Implemented Interfaces:
    Serializable, org.wicketstuff.dashboard.Widget

    public class JqPlotWidget
    extends org.wicketstuff.dashboard.AbstractWidget
    Author:
    Decebal Suiu
    See Also:
    Serialized Form
    • Constructor Detail

      • JqPlotWidget

        public JqPlotWidget()
    • Method Detail

      • getChartFactory

        public static ChartFactory getChartFactory()
      • setChartFactory

        public static void setChartFactory​(ChartFactory chartFactory)
      • createView

        public org.wicketstuff.dashboard.web.WidgetView createView​(String viewId)
      • getChart

        public org.wicketstuff.jqplot.lib.Chart<?> getChart()
      • init

        public void init()
        Specified by:
        init in interface org.wicketstuff.dashboard.Widget
        Overrides:
        init in class org.wicketstuff.dashboard.AbstractWidget
      • hasSettings

        public boolean hasSettings()
        Specified by:
        hasSettings in interface org.wicketstuff.dashboard.Widget
        Overrides:
        hasSettings in class org.wicketstuff.dashboard.AbstractWidget
      • createSettingsPanel

        public Panel createSettingsPanel​(String settingsPanelId)
        Specified by:
        createSettingsPanel in interface org.wicketstuff.dashboard.Widget
        Overrides:
        createSettingsPanel in class org.wicketstuff.dashboard.AbstractWidget