Interface DataSetDefRefreshIntervalEditor

  • All Superinterfaces:
    com.google.gwt.editor.client.Editor<String>, com.google.gwt.editor.client.LeafValueEditor<String>, com.google.gwt.user.client.TakesValue<String>

    public interface DataSetDefRefreshIntervalEditor
    extends com.google.gwt.editor.client.LeafValueEditor<String>

    The GWT editor contract for the refreshInterval attribute for a data set definition.

    Since:
    0.4.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor

        com.google.gwt.editor.client.Editor.Ignore, com.google.gwt.editor.client.Editor.Path
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setEnabled​(boolean isEnabled)  
      • Methods inherited from interface com.google.gwt.user.client.TakesValue

        getValue, setValue
    • Method Detail

      • setEnabled

        void setEnabled​(boolean isEnabled)