Interface KafkaDataSetDefAttributesEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<KafkaDataSetDefAttributesEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<KafkaDataSetDefAttributesEditor>
- All Known Implementing Classes:
KafkaDataSetDefAttributesEditorView
- Enclosing class:
- KafkaDataSetDefAttributesEditor
public static interface KafkaDataSetDefAttributesEditor.View extends org.uberfire.client.mvp.UberView<KafkaDataSetDefAttributesEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbrokerFields()voidconsumerConstraints()voidinitWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View hostView, org.dashbuilder.common.client.editor.ValueBoxEditor.View portView, org.dashbuilder.common.client.editor.list.DropDownEditor.View targetView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View filterView, org.dashbuilder.common.client.editor.ValueBoxEditor.View nodeIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View topicView, org.dashbuilder.common.client.editor.ValueBoxEditor.View partitionView)Specify the views to use for each sub-editor before callinginitWidget.voidproducerConstraints()
-
-
-
Method Detail
-
initWidgets
void initWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View hostView, org.dashbuilder.common.client.editor.ValueBoxEditor.View portView, org.dashbuilder.common.client.editor.list.DropDownEditor.View targetView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View filterView, org.dashbuilder.common.client.editor.ValueBoxEditor.View nodeIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View topicView, org.dashbuilder.common.client.editor.ValueBoxEditor.View partitionView)Specify the views to use for each sub-editor before calling
initWidget.
-
brokerFields
void brokerFields()
-
consumerConstraints
void consumerConstraints()
-
producerConstraints
void producerConstraints()
-
-