Class SQLDataSetBasicAttributesWorkflow
- 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.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>
-
- org.dashbuilder.client.widgets.dataset.editor.workflow.create.SQLDataSetBasicAttributesWorkflow
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class SQLDataSetBasicAttributesWorkflow extends DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>
SQL 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 SQLDataSetBasicAttributesWorkflow(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 voidafterFlush()protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>>getDriverClass()protected Class<? extends org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>getEditorClass()protected Iterable<javax.validation.ConstraintViolation<?>>validate()-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.create.DataSetBasicAttributesWorkflow
basicAttributesEdition, edit, init
-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.workflow.DataSetEditorWorkflow
addViolations, asWidget, checkDataSetDefNotNull, checkDataSetDefNotNull, clear, clearButtons, dispose, flush, flush, getDataSetDef, hasErrors, showBackButton, showNextButton, showTestButton, testDataSet
-
-
-
-
Constructor Detail
-
SQLDataSetBasicAttributesWorkflow
@Inject public SQLDataSetBasicAttributesWorkflow(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.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>> getDriverClass()
- Specified by:
getDriverClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>
-
getEditorClass
protected Class<? extends org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor> getEditorClass()
- Specified by:
getEditorClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>
-
validate
protected Iterable<javax.validation.ConstraintViolation<?>> validate()
- Overrides:
validatein classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.SQLDataSetDef,org.dashbuilder.dataset.client.editor.SQLDataSetDefAttributesEditor>
-
afterFlush
protected void afterFlush()
- Overrides:
afterFlushin classDataSetEditorWorkflow<org.dashbuilder.dataset.def.SQLDataSetDef>
-
-