Interface SelectorLabelSetDisplayer.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addItem​(SelectorLabelItem item)  
      void clearItems()  
      String getColumnsTitle()  
      String getGroupsTitle()  
      void margins​(int top, int bottom, int left, int right)  
      void noData()  
      void setWidth​(int width)  
      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 org.jboss.errai.common.client.api.IsElement

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

        asWidget
    • Method Detail

      • showTitle

        void showTitle​(String title)
      • setWidth

        void setWidth​(int width)
      • margins

        void margins​(int top,
                     int bottom,
                     int left,
                     int right)
      • clearItems

        void clearItems()
      • getGroupsTitle

        String getGroupsTitle()
      • getColumnsTitle

        String getColumnsTitle()
      • noData

        void noData()