@Dependent public class CSVDataSetEditWorkflow extends DataSetEditWorkflow<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>
CSV Data Set Editor workflow presenter for editing a data set definition instance.
This class is the main entry point for editing an existing data set definition instance. It links the gwt editors with the given driver to perform flushing and validations.
DataSetEditorWorkflow.TestDataSetCallback, DataSetEditorWorkflow.Viewdriver, editorbeanManager, cancelButtonCommand, cancelRequestEvent, clientServices, dataSetDef, flushCommand, saveButtonCommand, saveRequestEvent, stepValidator, testButtonCommand, testDataSetEvent, validatorProvider, view, violations| Constructor and Description |
|---|
CSVDataSetEditWorkflow(DataSetClientServices clientServices,
DataSetValidatorProvider validatorProvider,
org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
javax.enterprise.event.Event<SaveRequestEvent> saveRequestEvent,
javax.enterprise.event.Event<TestDataSetRequestEvent> testDataSetEvent,
javax.enterprise.event.Event<CancelRequestEvent> cancelRequestEvent,
DataSetEditorWorkflow.View view) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterFlush() |
protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>> |
getDriverClass() |
protected Class<? extends CSVDataSetDefEditor> |
getEditorClass() |
protected Iterable<javax.validation.ConstraintViolation<?>> |
validate(boolean isCacheEnabled,
boolean isPushEnabled,
boolean isRefreshEnabled) |
dispose, edit, getEditor, getWidget, init, showAdvancedTab, showConfigurationTab, showPreviewTabaddViolations, asWidget, checkDataSetDefNotNull, checkDataSetDefNotNull, clear, clearButtons, flush, flush, getDataSetDef, hasErrors, showBackButton, showNextButton, showTestButton, testDataSet@Inject public CSVDataSetEditWorkflow(DataSetClientServices clientServices, DataSetValidatorProvider validatorProvider, org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, javax.enterprise.event.Event<SaveRequestEvent> saveRequestEvent, javax.enterprise.event.Event<TestDataSetRequestEvent> testDataSetEvent, javax.enterprise.event.Event<CancelRequestEvent> cancelRequestEvent, DataSetEditorWorkflow.View view)
protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>> getDriverClass()
getDriverClass in class DataSetEditWorkflow<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>protected Class<? extends CSVDataSetDefEditor> getEditorClass()
getEditorClass in class DataSetEditWorkflow<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>protected Iterable<javax.validation.ConstraintViolation<?>> validate(boolean isCacheEnabled, boolean isPushEnabled, boolean isRefreshEnabled)
validate in class DataSetEditWorkflow<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>protected void afterFlush()
afterFlush in class DataSetEditWorkflow<org.dashbuilder.dataset.def.CSVDataSetDef,CSVDataSetDefEditor>Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.