Interface DataSetDefRefreshAttributesEditor
-
- All Superinterfaces:
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>
public interface DataSetDefRefreshAttributesEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>The GWT editor contract for beans of type
org.dashbuilder.dataset.def.DataSetDef.Used to to edit the following sub-set of attributes:
- refreshTime
- refreshAlways
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRefreshEnabled()org.dashbuilder.common.client.editor.LeafAttributeEditor<Boolean>refreshAlways()DataSetDefRefreshIntervalEditorrefreshTime()
-
-
-
Method Detail
-
refreshAlways
org.dashbuilder.common.client.editor.LeafAttributeEditor<Boolean> refreshAlways()
-
refreshTime
DataSetDefRefreshIntervalEditor refreshTime()
-
isRefreshEnabled
@Ignore boolean isRefreshEnabled()
-
-