Class DataSetDefColumnsFilterEditor

  • All Implemented Interfaces:
    com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>, com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>, com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>, com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>, org.dashbuilder.dataset.client.editor.DataSetDefColumnsFilterEditor

    @Dependent
    public class DataSetDefColumnsFilterEditor
    extends Object
    implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.DataSetDefColumnsFilterEditor

    Data Set columns and filter editor presenter.

    Since:
    0.4.0
    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • setMaxHeight

        public void setMaxHeight​(String maxHeight)
      • columnListEditor

        public org.dashbuilder.dataset.client.editor.DataSetDefColumnsEditor columnListEditor()
        GWT EDITOR CONTRACT METHODS **
        Specified by:
        columnListEditor in interface org.dashbuilder.dataset.client.editor.DataSetDefColumnsFilterEditor
      • dataSetFilter

        public org.dashbuilder.dataset.client.editor.DataSetDefFilterEditor dataSetFilter()
        Specified by:
        dataSetFilter in interface org.dashbuilder.dataset.client.editor.DataSetDefColumnsFilterEditor
      • setAcceptableValues

        public void setAcceptableValues​(List<org.dashbuilder.dataset.def.DataColumnDef> acceptableValues)
        Specified by:
        setAcceptableValues in interface org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>
      • flush

        public void flush()
        Specified by:
        flush in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
      • onPropertyChange

        public void onPropertyChange​(String... paths)
        Specified by:
        onPropertyChange in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
      • setValue

        public void setValue​(org.dashbuilder.dataset.def.DataSetDef value)
        Specified by:
        setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
      • setDelegate

        public void setDelegate​(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)
        Specified by:
        setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>