Interface DataSetDefFilterEditor

  • All Superinterfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.filter.DataSetFilter>, com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.filter.DataSetFilter>, com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.filter.DataSetFilter>

    public interface DataSetDefFilterEditor
    extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.filter.DataSetFilter>

    The GWT editor contract for beans of type org.dashbuilder.dataset.filter.DataSetFilter.

    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 init​(org.dashbuilder.dataset.DataSetMetadata metadata)  
      • Methods inherited from interface com.google.gwt.editor.client.HasEditorDelegate

        setDelegate
      • Methods inherited from interface com.google.gwt.editor.client.ValueAwareEditor

        flush, onPropertyChange, setValue
    • Method Detail

      • init

        void init​(org.dashbuilder.dataset.DataSetMetadata metadata)