Class HorizontalBarChartWidget

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

    public class HorizontalBarChartWidget
    extends AbstractChartWidget<HorizontalBarChart>
    implements IsDatasetCreator<HorizontalBarDataset>
    HORIZONTAL BAR GWT WIDGET chart implementation.
    A horizontal bar chart is a variation on a bar chart.
    It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • HorizontalBarChartWidget

        public HorizontalBarChartWidget()
        Builds the object.
      • HorizontalBarChartWidget

        protected HorizontalBarChartWidget​(HorizontalBarChart extendedChart)
        Builds the chart.
        This is must be extended for controller which are based on this chart.
        Parameters:
        extendedChart - new chart