public interface DataSetDefCacheAttributesEditorView extends UberView<DataSetDefCacheAttributesEditorView.ViewCallback>
The Data Set cache attributes editor view.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataSetDefCacheAttributesEditorView.ViewCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
init(String title,
String units,
com.google.gwt.user.client.ui.IsWidget enabledView,
ValueBoxEditor.View valueView)
Specify the views to use for each sub-editor before calling
initWidget. |
void |
setEnabled(boolean isEnabled) |
void |
setRange(Double min,
Double max) |
void |
setValue(Double value) |
initvoid init(String title, String units, com.google.gwt.user.client.ui.IsWidget enabledView, ValueBoxEditor.View valueView)
Specify the views to use for each sub-editor before calling initWidget.
void setValue(Double value)
void setEnabled(boolean isEnabled)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.