Interface DataSetDefCacheAttributesEditorView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DataSetDefCacheAttributesEditorView.ViewCallback>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DataSetDefCacheAttributesEditorView.ViewCallback>
- All Known Implementing Classes:
DataSetDefCacheAttributesEditorViewImpl
public interface DataSetDefCacheAttributesEditorView extends org.uberfire.client.mvp.UberView<DataSetDefCacheAttributesEditorView.ViewCallback>
The Data Set cache attributes editor view.
- Since:
- 0.4.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataSetDefCacheAttributesEditorView.ViewCallback
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(String title, String units, com.google.gwt.user.client.ui.IsWidget enabledView, org.dashbuilder.common.client.editor.ValueBoxEditor.View valueView)Specify the views to use for each sub-editor before callinginitWidget.voidsetEnabled(boolean isEnabled)voidsetRange(Double min, Double max)voidsetValue(Double value)
-
-
-
Method Detail
-
init
void init(String title, String units, com.google.gwt.user.client.ui.IsWidget enabledView, org.dashbuilder.common.client.editor.ValueBoxEditor.View valueView)
Specify the views to use for each sub-editor before calling
initWidget.
-
setValue
void setValue(Double value)
-
setEnabled
void setEnabled(boolean isEnabled)
-
-