Interface KafkaDataSetDefEditor
-
- All Superinterfaces:
DataSetDefEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.KafkaDataSetDef>,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
public interface KafkaDataSetDefEditor extends DataSetDefEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
The GWT editor contract for beans of type
org.dashbuilder.dataset.def.KafkaDataSetDef.
-
-
Method Summary
All Methods Instance Methods Abstract 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()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>nodeId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>partition()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>port()org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget>target()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>topic()-
Methods inherited from interface org.dashbuilder.dataset.client.editor.DataSetDefEditor
backendCacheEditor, basicAttributesEditor, clientCacheEditor, columnsAndFilterEditor, refreshEditor
-
-
-
-
Method Detail
-
host
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
-
port
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
-
target
org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
-
filter
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
-
clientId
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
-
nodeId
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
-
topic
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
-
partition
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()
-
-