Interface DataSetDefEditor<T extends org.dashbuilder.dataset.def.DataSetDef>
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<T>,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,com.google.gwt.editor.client.HasEditorDelegate<T>,com.google.gwt.editor.client.ValueAwareEditor<T>
- All Known Subinterfaces:
BeanDataSetDefEditor,CSVDataSetDefEditor,ElasticSearchDataSetDefEditor,KafkaDataSetDefEditor,PrometheusDataSetDefEditor,SQLDataSetDefEditor
public interface DataSetDefEditor<T extends org.dashbuilder.dataset.def.DataSetDef> extends com.google.gwt.editor.client.ValueAwareEditor<T>, org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>
The GWT editor contract for beans of type
org.dashbuilder.dataset.def.DataSetDef.It delegates to sub-editors the different attributes edition:
- Since:
- 0.4.0
-
-
Method Summary
-
-
-
Method Detail
-
basicAttributesEditor
@Path(".") DataSetDefBasicAttributesEditor basicAttributesEditor()
-
columnsAndFilterEditor
@Path(".") DataSetDefColumnsFilterEditor columnsAndFilterEditor()
-
backendCacheEditor
@Path(".") DataSetDefBackendCacheAttributesEditor backendCacheEditor()
-
clientCacheEditor
@Path(".") DataSetDefClientCacheAttributesEditor clientCacheEditor()
-
refreshEditor
@Path(".") DataSetDefRefreshAttributesEditor refreshEditor()
-
-