Interface DataSetDefCacheAttributesEditorView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(String title, String units, com.google.gwt.user.client.ui.IsWidget enabledView, org.dashbuilder.common.client.editor.ValueBoxEditor.View valueView)
      Specify the views to use for each sub-editor before calling initWidget.
      void setEnabled​(boolean isEnabled)  
      void setRange​(Double min, Double max)  
      void setValue​(Double value)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        asWidget
    • Method Detail

      • init

        void init​(String title,
                  String units,
                  com.google.gwt.user.client.ui.IsWidget enabledView,
                  org.dashbuilder.common.client.editor.ValueBoxEditor.View valueView)

        Specify the views to use for each sub-editor before calling initWidget.

      • setValue

        void setValue​(Double value)
      • setEnabled

        void setEnabled​(boolean isEnabled)