@Dependent public class DataSetDefClientCacheAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, DataSetDefClientCacheAttributesEditor
Data Set client cache attributes editor presenter.
| Modifier and Type | Field and Description |
|---|---|
DataSetDefCacheAttributesEditorView |
view |
| Constructor and Description |
|---|
DataSetDefClientCacheAttributesEditor(ToggleSwitchEditor pushEnabled,
ValueBoxEditor<Integer> pushMaxSize,
DataSetDefCacheAttributesEditorView view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
flush() |
void |
init() |
void |
onPropertyChange(String... paths) |
ToggleSwitchEditor |
pushEnabled()
GWT EDITOR CONTRACT METHODS **
|
ValueBoxEditor<Integer> |
pushMaxSize() |
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 DataSetDefClientCacheAttributesEditor(ToggleSwitchEditor pushEnabled, ValueBoxEditor<Integer> pushMaxSize, DataSetDefCacheAttributesEditorView view)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic ToggleSwitchEditor pushEnabled()
pushEnabled in interface DataSetDefClientCacheAttributesEditorpublic ValueBoxEditor<Integer> pushMaxSize()
pushMaxSize in interface DataSetDefClientCacheAttributesEditorpublic 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–2018 JBoss by Red Hat. All rights reserved.