Uses of Class
org.dashbuilder.client.widgets.dataset.editor.kafka.KafkaDataSetDefAttributesEditor
-
Packages that use KafkaDataSetDefAttributesEditor Package Description org.dashbuilder.client.widgets.dataset.editor.kafka org.dashbuilder.client.widgets.dataset.editor.workflow.create -
-
Uses of KafkaDataSetDefAttributesEditor in org.dashbuilder.client.widgets.dataset.editor.kafka
Methods in org.dashbuilder.client.widgets.dataset.editor.kafka with parameters of type KafkaDataSetDefAttributesEditor Modifier and Type Method Description voidKafkaDataSetDefAttributesEditorView. init(KafkaDataSetDefAttributesEditor presenter)Constructors in org.dashbuilder.client.widgets.dataset.editor.kafka with parameters of type KafkaDataSetDefAttributesEditor 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 KafkaDataSetDefAttributesEditor in org.dashbuilder.client.widgets.dataset.editor.workflow.create
Methods in org.dashbuilder.client.widgets.dataset.editor.workflow.create that return types with arguments of type KafkaDataSetDefAttributesEditor Modifier and Type Method Description protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.dashbuilder.dataset.def.KafkaDataSetDef,KafkaDataSetDefAttributesEditor>>KafkaDataSetBasicAttributesWorkflow. getDriverClass()protected Class<? extends KafkaDataSetDefAttributesEditor>KafkaDataSetBasicAttributesWorkflow. getEditorClass()
-