Interface C3AbstractDisplayer.View<P extends C3AbstractDisplayer>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void noData()  
      void setFilterLabelSet​(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)  
      void setSize​(int width, int height)  
      void showTitle​(String title)  
      • Methods inherited from interface org.dashbuilder.displayer.client.AbstractDisplayer.View

        cancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualization
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • noData

        void noData()
      • setSize

        void setSize​(int width,
                     int height)
      • setFilterLabelSet

        void setFilterLabelSet​(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet)
      • showTitle

        void showTitle​(String title)