Class GaugeChartWidget

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>, IsChart, IsDatasetCreator<GaugeDataset>

    public final class GaugeChartWidget
    extends AbstractChartWidget<GaugeChart>
    implements IsDatasetCreator<GaugeDataset>
    GAUGE chart GWT WIDGET implementation.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • GaugeChartWidget

        public GaugeChartWidget()
        Builds the object.
    • Method Detail

      • getOptions

        public GaugeOptions getOptions()
        Description copied from interface: IsChart
        Returns the options of chart.
        Specified by:
        getOptions in interface IsChart
        Returns:
        the options of chart.
      • newDataset

        public GaugeDataset newDataset​(boolean hidden)
        Description copied from interface: IsDatasetCreator
        Creates a new dataset related to chart type.
        Specified by:
        newDataset in interface IsDatasetCreator<GaugeDataset>
        Parameters:
        hidden - if true, it will be initially hidden.
        Returns:
        a new dataset related to chart type.
      • newDataset

        public GaugeDataset newDataset​(double max)
        Returns a dataset with a maximum value.
        Parameters:
        max - maximum value of dataset
        Returns:
        dataset instance
      • register

        public static void register()
        Registers the GAUGE controller in CHART.JS.