Class KafkaDataSetEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.DataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
-
- org.dashbuilder.client.widgets.dataset.editor.kafka.KafkaDataSetEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,org.dashbuilder.dataset.client.editor.DataSetDefEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>,org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
@Dependent public class KafkaDataSetEditor extends DataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef> implements org.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
Kafka Data Set editor presenter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
DataSetEditor.View
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
advancedTabItemClickHandler, afterPreviewCommand, backendCacheAttributesEditor, basicAttributesEditor, clientCacheAttributesEditor, clientServices, columnsAndFilterEditor, configurationTabItemClickHandler, dataSetDef, errorEvent, loadingBox, previewTabItemClickHandler, previewTable, providerAttributesEditorView, TAB_ADVANCED, TAB_CONFIGURATION, TAB_PREVIEW, tabChangedEvent, view
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>clientId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>filter()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>host()voidinit()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>nodeId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>partition()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>port()voidsetValue(org.dashbuilder.dataset.def.KafkaDataSetDef value)org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget>target()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>topic()-
Methods inherited from class org.dashbuilder.client.widgets.dataset.editor.DataSetEditor
afterPreview, asWidget, backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, doPreview, flush, onPropertyChange, refreshEditor, setAcceptableValues, setDelegate, showAdvancedTab, showConfigurationTab, showError, showPreviewTab
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.dataset.client.editor.DataSetDefEditor
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
-
-
-
-
Constructor Detail
-
KafkaDataSetEditor
@Inject public 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)
-
-
Method Detail
-
init
@PostConstruct public void init()
- Overrides:
initin classDataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
-
setValue
public void setValue(org.dashbuilder.dataset.def.KafkaDataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>- Overrides:
setValuein classDataSetEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
-
host
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
- Specified by:
hostin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
port
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
- Specified by:
portin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
target
public org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
- Specified by:
targetin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
filter
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
- Specified by:
filterin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
clientId
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
- Specified by:
clientIdin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
nodeId
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
- Specified by:
nodeIdin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
topic
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
- Specified by:
topicin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
partition
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()
- Specified by:
partitionin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefEditor
-
-