Interface BeanDataSetDefEditor

  • All Superinterfaces:
    DataSetDefEditor<org.dashbuilder.dataset.def.BeanDataSetDef>, com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.BeanDataSetDef>, org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>, com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.BeanDataSetDef>, com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.BeanDataSetDef>

    public interface BeanDataSetDefEditor
    extends DataSetDefEditor<org.dashbuilder.dataset.def.BeanDataSetDef>

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

    TODO The attributes generatorClass and paramaterMap should be not directly referenced here, here should be referenced just the org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor. But gwt editor inheritance is not working in this situation, due to https://github.com/gwtproject/gwt/issues/6340 Please refactor it when bug from gwt is fixed.
    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 Detail

      • generatorClass

        org.dashbuilder.common.client.editor.LeafAttributeEditor<String> generatorClass()
      • paramaterMap

        org.dashbuilder.common.client.editor.LeafAttributeEditor<Map<String,​String>> paramaterMap()