Class KafkaDataSetBasicAttributesWorkflow
- 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.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>
-
- org.dashbuilder.client.widgets.dataset.editor.workflow.create.KafkaDataSetBasicAttributesWorkflow
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class KafkaDataSetBasicAttributesWorkflow extends DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>
Kafka Data Set Editor workflow presenter for setting data set definition basic attributes.
-
-
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 KafkaDataSetBasicAttributesWorkflow(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.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>>getDriverClass()protected Class<? extends KafkaDataSetDefAttributesEditor>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, afterFlush, asWidget, checkDataSetDefNotNull, checkDataSetDefNotNull, clear, clearButtons, dispose, flush, flush, getDataSetDef, hasErrors, showBackButton, showNextButton, showTestButton, testDataSet
-
-
-
-
Constructor Detail
-
KafkaDataSetBasicAttributesWorkflow
@Inject public KafkaDataSetBasicAttributesWorkflow(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.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>> getDriverClass()
- Specified by:
getDriverClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>
-
getEditorClass
protected Class<? extends KafkaDataSetDefAttributesEditor> getEditorClass()
- Specified by:
getEditorClassin classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>
-
validate
protected Iterable<javax.validation.ConstraintViolation<?>> validate()
- Overrides:
validatein classDataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>
-
-