Interface SelectorSliderDisplayer.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String formatRange​(String from, String to)  
      String getColumnsTitle()  
      void margins​(int top, int bottom, int left, int right)  
      void noData()  
      void setSliderEnabled​(boolean enabled)  
      void setWidth​(int width)  
      void showInputs​(com.google.gwt.user.client.ui.IsWidget minValueEditor, com.google.gwt.user.client.ui.IsWidget maxValueEditor)  
      void showSlider​(double min, double max, double step, double minSelected, double maxSelected)  
      void showTitle​(String title)  
      void textColumnsNotSupported()  
      • 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

      • showTitle

        void showTitle​(String title)
      • setWidth

        void setWidth​(int width)
      • getColumnsTitle

        String getColumnsTitle()
      • setSliderEnabled

        void setSliderEnabled​(boolean enabled)
      • showSlider

        void showSlider​(double min,
                        double max,
                        double step,
                        double minSelected,
                        double maxSelected)
      • showInputs

        void showInputs​(com.google.gwt.user.client.ui.IsWidget minValueEditor,
                        com.google.gwt.user.client.ui.IsWidget maxValueEditor)
      • margins

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

        void textColumnsNotSupported()
      • noData

        void noData()