Class BeanDataSetBasicAttributesWorkflow
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.workflow.DataSetEditorWorkflow<T>
-
- org.dashbuilder.client.widgets.dataset.editor.workflow.create.DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>
-
- org.dashbuilder.client.widgets.dataset.editor.workflow.create.BeanDataSetBasicAttributesWorkflow
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class BeanDataSetBasicAttributesWorkflow extends DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>
Bean Data Set Editor workflow presenter for setting data set definition basic attributes.
- Since:
- 0.4.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.DataSetEditorWorkflow
DataSetEditorWorkflow.TestDataSetCallback, DataSetEditorWorkflow.View
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.DataSetEditorWorkflow
beanManager, cancelButtonCommand, cancelRequestEvent, clientServices, dataSetDef, flushCommand, saveButtonCommand, saveRequestEvent, stepValidator, testButtonCommand, testDataSetEvent, validatorProvider, view, violations
-
-
Constructor Summary
Constructors Constructor Description BeanDataSetBasicAttributesWorkflow(org.dashbuilder.dataset.client.DataSetClientServices clientServices, org.dashbuilder.validations.DataSetValidatorProvider validatorProvider, org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, DataSetDefBasicAttributesEditor basicAttributesEditor, javax.enterprise.event.Event<SaveRequestEvent> saveRequestEvent, javax.enterprise.event.Event<TestDataSetRequestEvent> testDataSetEvent, javax.enterprise.event.Event<CancelRequestEvent> cancelRequestEvent, DataSetEditorWorkflow.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>>getDriverClass()protected Class<? extends org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>getEditorClass()-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.create.DataSetBasicAttributesWorkflow
basicAttributesEdition, edit, init, validate
-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.DataSetEditorWorkflow
addViolations, afterFlush, asWidget, checkDataSetDefNotNull, checkDataSetDefNotNull, clear, clearButtons, dispose, flush, flush, getDataSetDef, hasErrors, showBackButton, showNextButton, showTestButton, testDataSet
-
-
-
-
Constructor Detail
-
BeanDataSetBasicAttributesWorkflow
@Inject public BeanDataSetBasicAttributesWorkflow(org.dashbuilder.dataset.client.DataSetClientServices clientServices, org.dashbuilder.validations.DataSetValidatorProvider validatorProvider, org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, DataSetDefBasicAttributesEditor basicAttributesEditor, javax.enterprise.event.Event<SaveRequestEvent> saveRequestEvent, javax.enterprise.event.Event<TestDataSetRequestEvent> testDataSetEvent, javax.enterprise.event.Event<CancelRequestEvent> cancelRequestEvent, DataSetEditorWorkflow.View view)
-
-
Method Detail
-
getDriverClass
protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>> getDriverClass()
- Specified by:
getDriverClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>
-
getEditorClass
protected Class<? extends org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor> getEditorClass()
- Specified by:
getEditorClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.BeanDataSetDef,org.dashbuilder.dataset.client.editor.BeanDataSetDefAttributesEditor>
-
-