public interface KafkaDataSetDefAttributesEditor
extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
The GWT editor contract for the specific attributes of type org.dashbuilder.dataset.def.KafkaDataSetDef.
Used to to edit the following sub-set of attributes:
| Modifier and Type | Method and Description |
|---|---|
LeafAttributeEditor<String> |
clientId() |
LeafAttributeEditor<String> |
filter() |
LeafAttributeEditor<String> |
host() |
LeafAttributeEditor<String> |
nodeId() |
LeafAttributeEditor<String> |
partition() |
LeafAttributeEditor<String> |
port() |
LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> |
target() |
LeafAttributeEditor<String> |
topic() |
LeafAttributeEditor<String> host()
LeafAttributeEditor<String> port()
LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
LeafAttributeEditor<String> filter()
LeafAttributeEditor<String> clientId()
LeafAttributeEditor<String> nodeId()
LeafAttributeEditor<String> topic()
LeafAttributeEditor<String> partition()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.