Class KafkaDataSetDefAttributesEditorView
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.dashbuilder.client.widgets.dataset.editor.kafka.KafkaDataSetDefAttributesEditorView
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,KafkaDataSetDefAttributesEditor.View,org.uberfire.client.mvp.HasPresenter<KafkaDataSetDefAttributesEditor>,org.uberfire.client.mvp.UberView<KafkaDataSetDefAttributesEditor>
@Dependent public class KafkaDataSetDefAttributesEditorView extends com.google.gwt.user.client.ui.Composite implements KafkaDataSetDefAttributesEditor.View
The Prometheus Data Set attributes editor view.
-
-
Constructor Summary
Constructors Constructor Description KafkaDataSetDefAttributesEditorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbrokerFields()voidconsumerConstraints()voidinit(KafkaDataSetDefAttributesEditor presenter)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 filterView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView, 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()-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
-
-
-
-
Method Detail
-
init
public void init(KafkaDataSetDefAttributesEditor presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<KafkaDataSetDefAttributesEditor>
-
initWidgets
public 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 filterView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clientIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View nodeIdView, org.dashbuilder.common.client.editor.ValueBoxEditor.View topicView, org.dashbuilder.common.client.editor.ValueBoxEditor.View partitionView)Description copied from interface:KafkaDataSetDefAttributesEditor.ViewSpecify the views to use for each sub-editor before calling
initWidget.- Specified by:
initWidgetsin interfaceKafkaDataSetDefAttributesEditor.View
-
brokerFields
public void brokerFields()
- Specified by:
brokerFieldsin interfaceKafkaDataSetDefAttributesEditor.View
-
consumerConstraints
public void consumerConstraints()
- Specified by:
consumerConstraintsin interfaceKafkaDataSetDefAttributesEditor.View
-
producerConstraints
public void producerConstraints()
- Specified by:
producerConstraintsin interfaceKafkaDataSetDefAttributesEditor.View
-
-