public interface DataSetDefEditor<T extends org.dashbuilder.dataset.def.DataSetDef> extends com.google.gwt.editor.client.ValueAwareEditor<T>, 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:
Modifier and Type | Method and Description |
---|---|
DataSetDefBackendCacheAttributesEditor |
backendCacheEditor() |
DataSetDefBasicAttributesEditor |
basicAttributesEditor() |
DataSetDefClientCacheAttributesEditor |
clientCacheEditor() |
DataSetDefColumnsFilterEditor |
columnsAndFilterEditor() |
DataSetDefRefreshAttributesEditor |
refreshEditor() |
flush, onPropertyChange, setValue
setAcceptableValues
@Editor.Path(value=".") DataSetDefBasicAttributesEditor basicAttributesEditor()
@Editor.Path(value=".") DataSetDefColumnsFilterEditor columnsAndFilterEditor()
@Editor.Path(value=".") DataSetDefBackendCacheAttributesEditor backendCacheEditor()
@Editor.Path(value=".") DataSetDefClientCacheAttributesEditor clientCacheEditor()
@Editor.Path(value=".") DataSetDefRefreshAttributesEditor refreshEditor()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.