@Dependent public class DataSetDefBackendCacheAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, DataSetDefBackendCacheAttributesEditor
Data Set backend cache attributes editor presenter.
Modifier and Type | Field and Description |
---|---|
DataSetDefCacheAttributesEditorView |
view |
Constructor and Description |
---|
DataSetDefBackendCacheAttributesEditor(ToggleSwitchEditor cacheEnabled,
ValueBoxEditor<Integer> cacheMaxRows,
DataSetDefCacheAttributesEditorView view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
ToggleSwitchEditor |
cacheEnabled()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<Integer> |
cacheMaxRows() |
void |
flush() |
void |
init() |
void |
onPropertyChange(String... paths) |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate) |
void |
setRange(Double min,
Double max) |
void |
setValue(org.dashbuilder.dataset.def.DataSetDef value) |
public DataSetDefCacheAttributesEditorView view
@Inject public DataSetDefBackendCacheAttributesEditor(ToggleSwitchEditor cacheEnabled, ValueBoxEditor<Integer> cacheMaxRows, DataSetDefCacheAttributesEditorView view)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public ToggleSwitchEditor cacheEnabled()
cacheEnabled
in interface DataSetDefBackendCacheAttributesEditor
public ValueBoxEditor<Integer> cacheMaxRows()
cacheMaxRows
in interface DataSetDefBackendCacheAttributesEditor
public void flush()
flush
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
public void onPropertyChange(String... paths)
onPropertyChange
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
public void setValue(org.dashbuilder.dataset.def.DataSetDef value)
setValue
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)
setDelegate
in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.