Interface BeanDataSetDefAttributesEditor

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

    public interface BeanDataSetDefAttributesEditor
    extends com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.BeanDataSetDef>

    The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.BeanDataSetDef.

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

    • generatorClass
    • paramaterMap
    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()