@Dependent public class KafkaDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, KafkaDataSetDefAttributesEditor
Kafka Data Set specific attributes editor presenter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KafkaDataSetDefAttributesEditor.View |
| Modifier and Type | Field and Description |
|---|---|
KafkaDataSetDefAttributesEditor.View |
view |
| Constructor and Description |
|---|
KafkaDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices,
KafkaDataSetDefAttributesEditor.View view,
ValueBoxEditor<String> host,
ValueBoxEditor<String> port,
MetricsTargetEditorAdapter target,
ValueBoxEditor<String> filter,
ValueBoxEditor<String> clientId,
ValueBoxEditor<String> nodeId,
ValueBoxEditor<String> topic,
ValueBoxEditor<String> partition) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
LeafAttributeEditor<String> |
clientId() |
LeafAttributeEditor<String> |
filter() |
void |
flush() |
LeafAttributeEditor<String> |
host() |
void |
init() |
LeafAttributeEditor<String> |
nodeId() |
void |
onPropertyChange(String... paths) |
void |
onTargetChanged(ValueChangeEvent valueChangeEvent) |
LeafAttributeEditor<String> |
partition() |
LeafAttributeEditor<String> |
port() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef> delegate) |
void |
setValue(org.dashbuilder.dataset.def.KafkaDataSetDef value) |
LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> |
target() |
LeafAttributeEditor<String> |
topic() |
public KafkaDataSetDefAttributesEditor.View view
@Inject public KafkaDataSetDefAttributesEditor(DataSetClientServices dataSetClientServices, KafkaDataSetDefAttributesEditor.View view, ValueBoxEditor<String> host, ValueBoxEditor<String> port, MetricsTargetEditorAdapter target, ValueBoxEditor<String> filter, ValueBoxEditor<String> clientId, ValueBoxEditor<String> nodeId, ValueBoxEditor<String> topic, ValueBoxEditor<String> partition)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void flush()
flush in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>public void onPropertyChange(String... paths)
onPropertyChange in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>public void setValue(org.dashbuilder.dataset.def.KafkaDataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef> delegate)
setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>public LeafAttributeEditor<String> host()
host in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> port()
port in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
target in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> filter()
filter in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> clientId()
clientId in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> nodeId()
nodeId in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> topic()
topic in interface KafkaDataSetDefAttributesEditorpublic LeafAttributeEditor<String> partition()
partition in interface KafkaDataSetDefAttributesEditorpublic void onTargetChanged(@Observes
ValueChangeEvent valueChangeEvent)
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.