Interface DataSetDefProviderTypeEditor

  • All Superinterfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>, com.google.gwt.editor.client.HasEditorErrors<org.dashbuilder.dataset.def.DataSetDef>

    public interface DataSetDefProviderTypeEditor
    extends com.google.gwt.editor.client.HasEditorErrors<org.dashbuilder.dataset.def.DataSetDef>

    The GWT editor contract for beans of type org.dashbuilder.dataset.def.DataSetDef.

    Used to to edit the following sub-set of attributes:

    • provider type
    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
      org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataprovider.DataSetProviderType> provider()  
      • Methods inherited from interface com.google.gwt.editor.client.HasEditorErrors

        showErrors
    • Method Detail

      • provider

        org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataprovider.DataSetProviderType> provider()