Class DataSetDefClientCacheAttributesEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.attributes.DataSetDefClientCacheAttributesEditor
-
- All Implemented Interfaces:
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>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.dataset.client.editor.DataSetDefClientCacheAttributesEditor
@Dependent public class DataSetDefClientCacheAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.DataSetDefClientCacheAttributesEditor
Data Set client cache attributes editor presenter.
- Since:
- 0.4.0
-
-
Field Summary
Fields Modifier and Type Field Description DataSetDefCacheAttributesEditorViewview
-
Constructor Summary
Constructors Constructor Description DataSetDefClientCacheAttributesEditor(org.dashbuilder.common.client.editor.ToggleSwitchEditor pushEnabled, org.dashbuilder.common.client.editor.ValueBoxEditor<Integer> pushMaxSize, DataSetDefCacheAttributesEditorView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidflush()voidinit()voidonPropertyChange(String... paths)org.dashbuilder.common.client.editor.ToggleSwitchEditorpushEnabled()GWT EDITOR CONTRACT METHODS **org.dashbuilder.common.client.editor.ValueBoxEditor<Integer>pushMaxSize()voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)voidsetRange(Double min, Double max)voidsetValue(org.dashbuilder.dataset.def.DataSetDef value)
-
-
-
Field Detail
-
view
public DataSetDefCacheAttributesEditorView view
-
-
Constructor Detail
-
DataSetDefClientCacheAttributesEditor
@Inject public DataSetDefClientCacheAttributesEditor(org.dashbuilder.common.client.editor.ToggleSwitchEditor pushEnabled, org.dashbuilder.common.client.editor.ValueBoxEditor<Integer> pushMaxSize, DataSetDefCacheAttributesEditorView view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
pushEnabled
public org.dashbuilder.common.client.editor.ToggleSwitchEditor pushEnabled()
GWT EDITOR CONTRACT METHODS **- Specified by:
pushEnabledin interfaceorg.dashbuilder.dataset.client.editor.DataSetDefClientCacheAttributesEditor
-
pushMaxSize
public org.dashbuilder.common.client.editor.ValueBoxEditor<Integer> pushMaxSize()
- Specified by:
pushMaxSizein interfaceorg.dashbuilder.dataset.client.editor.DataSetDefClientCacheAttributesEditor
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
setValue
public void setValue(org.dashbuilder.dataset.def.DataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>
-
-