Class KafkaDataSetDefAttributesEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.kafka.KafkaDataSetDefAttributesEditor
-
- 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.dataset.client.editor.KafkaDataSetDefAttributesEditor
@Dependent public class KafkaDataSetDefAttributesEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
Kafka Data Set specific attributes editor presenter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKafkaDataSetDefAttributesEditor.View
-
Field Summary
Fields Modifier and Type Field Description KafkaDataSetDefAttributesEditor.Viewview
-
Constructor Summary
Constructors Constructor Description KafkaDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, KafkaDataSetDefAttributesEditor.View view, org.dashbuilder.common.client.editor.ValueBoxEditor<String> host, org.dashbuilder.common.client.editor.ValueBoxEditor<String> port, MetricsTargetEditorAdapter target, org.dashbuilder.common.client.editor.ValueBoxEditor<String> filter, org.dashbuilder.common.client.editor.ValueBoxEditor<String> clientId, org.dashbuilder.common.client.editor.ValueBoxEditor<String> nodeId, org.dashbuilder.common.client.editor.ValueBoxEditor<String> topic, org.dashbuilder.common.client.editor.ValueBoxEditor<String> partition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>clientId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>filter()voidflush()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>host()voidinit()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>nodeId()voidonPropertyChange(String... paths)voidonTargetChanged(org.dashbuilder.common.client.event.ValueChangeEvent valueChangeEvent)org.dashbuilder.common.client.editor.LeafAttributeEditor<String>partition()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>port()voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef> delegate)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()
-
-
-
Field Detail
-
view
public KafkaDataSetDefAttributesEditor.View view
-
-
Constructor Detail
-
KafkaDataSetDefAttributesEditor
@Inject public KafkaDataSetDefAttributesEditor(org.dashbuilder.dataset.client.DataSetClientServices dataSetClientServices, KafkaDataSetDefAttributesEditor.View view, org.dashbuilder.common.client.editor.ValueBoxEditor<String> host, org.dashbuilder.common.client.editor.ValueBoxEditor<String> port, MetricsTargetEditorAdapter target, org.dashbuilder.common.client.editor.ValueBoxEditor<String> filter, org.dashbuilder.common.client.editor.ValueBoxEditor<String> clientId, org.dashbuilder.common.client.editor.ValueBoxEditor<String> nodeId, org.dashbuilder.common.client.editor.ValueBoxEditor<String> topic, org.dashbuilder.common.client.editor.ValueBoxEditor<String> partition)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<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>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>
-
host
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
- Specified by:
hostin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
port
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
- Specified by:
portin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
target
public org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
- Specified by:
targetin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
filter
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
- Specified by:
filterin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
clientId
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
- Specified by:
clientIdin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
nodeId
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
- Specified by:
nodeIdin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
topic
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
- Specified by:
topicin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
partition
public org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()
- Specified by:
partitionin interfaceorg.dashbuilder.dataset.client.editor.KafkaDataSetDefAttributesEditor
-
onTargetChanged
public void onTargetChanged(@Observes org.dashbuilder.common.client.event.ValueChangeEvent valueChangeEvent)
-
-