Class ElasticSearchDataSetBasicAttributesWorkflow

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class ElasticSearchDataSetBasicAttributesWorkflow
    extends DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.ElasticSearchDataSetDef,​org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefAttributesEditor>

    Elastic Search Data Set Editor workflow presenter for setting data set definition basic attributes.

    Since:
    0.4.0
    • Constructor Detail

      • ElasticSearchDataSetBasicAttributesWorkflow

        @Inject
        public ElasticSearchDataSetBasicAttributesWorkflow​(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.ElasticSearchDataSetDef,​org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefAttributesEditor>> getDriverClass()
        Specified by:
        getDriverClass in class DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.ElasticSearchDataSetDef,​org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefAttributesEditor>
      • getEditorClass

        protected Class<? extends org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefAttributesEditor> getEditorClass()
        Specified by:
        getEditorClass in class DataSetBasicAttributesWorkflow<org.dashbuilder.dataset.def.ElasticSearchDataSetDef,​org.dashbuilder.dataset.client.editor.ElasticSearchDataSetDefAttributesEditor>