Interface ExternalComponentDisplayer.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setFilterLabelSet​(org.dashbuilder.common.client.widgets.FilterLabelSet widget)  
      void setMargin​(int chartMarginTop, int chartMarginRight, int chartMarginBottom, int chartMarginLeft)  
      void setSize​(int chartWidth, int chartHeight)  
      • 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 org.jboss.errai.common.client.api.IsElement

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

        asWidget
    • Method Detail

      • setSize

        void setSize​(int chartWidth,
                     int chartHeight)
      • setMargin

        void setMargin​(int chartMarginTop,
                       int chartMarginRight,
                       int chartMarginBottom,
                       int chartMarginLeft)
      • setFilterLabelSet

        void setFilterLabelSet​(org.dashbuilder.common.client.widgets.FilterLabelSet widget)