Uses of Class
org.dashbuilder.client.widgets.dataset.event.ErrorEvent
-
-
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor
Fields in org.dashbuilder.client.widgets.dataset.editor with type parameters of type ErrorEvent Modifier and Type Field Description protected javax.enterprise.event.Event<ErrorEvent>DataSetEditor. errorEventConstructor parameters in org.dashbuilder.client.widgets.dataset.editor with type arguments of type ErrorEvent Constructor Description DataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, com.google.gwt.user.client.ui.IsWidget providerAttributesEditorView, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.bean
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.bean with type arguments of type ErrorEvent Constructor Description BeanDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, BeanDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.csv
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.csv with type arguments of type ErrorEvent Constructor Description CSVDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, CSVDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.elasticsearch
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.elasticsearch with type arguments of type ErrorEvent Constructor Description ElasticSearchDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, ElasticSearchDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.kafka
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.kafka with type arguments of type ErrorEvent Constructor Description KafkaDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, KafkaDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.prometheus
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.prometheus with type arguments of type ErrorEvent Constructor Description PrometheusDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, PrometheusDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.editor.sql
Constructor parameters in org.dashbuilder.client.widgets.dataset.editor.sql with type arguments of type ErrorEvent Constructor Description SQLDataSetEditor(DataSetDefBasicAttributesEditor basicAttributesEditor, SQLDataSetDefAttributesEditor attributesEditor, DataSetDefColumnsFilterEditor columnsAndFilterEditor, DataSetDefPreviewTable previewTable, DataSetDefBackendCacheAttributesEditor backendCacheAttributesEditor, DataSetDefClientCacheAttributesEditor clientCacheAttributesEditor, DataSetDefRefreshAttributesEditor refreshEditor, org.dashbuilder.dataset.client.DataSetClientServices clientServices, LoadingBox loadingBox, javax.enterprise.event.Event<ErrorEvent> errorEvent, javax.enterprise.event.Event<TabChangedEvent> tabChangedEvent, DataSetEditor.View view) -
Uses of ErrorEvent in org.dashbuilder.client.widgets.dataset.explorer
Constructor parameters in org.dashbuilder.client.widgets.dataset.explorer with type arguments of type ErrorEvent Constructor Description DataSetSummary(org.dashbuilder.dataset.client.DataSetClientServices clientServices, javax.enterprise.event.Event<ErrorEvent> errorEvent, DataSetSummary.View view)
-