Interface ElasticSearchDataSetDefAttributesEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ElasticSearchDataSetDefAttributesEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<ElasticSearchDataSetDefAttributesEditor>
- All Known Implementing Classes:
ElasticSearchDataSetDefAttributesEditorView
- Enclosing class:
- ElasticSearchDataSetDefAttributesEditor
public static interface ElasticSearchDataSetDefAttributesEditor.View extends org.uberfire.client.mvp.UberView<ElasticSearchDataSetDefAttributesEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View serverUrlView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clusterNameView, org.dashbuilder.common.client.editor.ValueBoxEditor.View indexView, org.dashbuilder.common.client.editor.ValueBoxEditor.View typeView)Specify the views to use for each sub-editor before callinginitWidget.
-
-
-
Method Detail
-
initWidgets
void initWidgets(org.dashbuilder.common.client.editor.ValueBoxEditor.View serverUrlView, org.dashbuilder.common.client.editor.ValueBoxEditor.View clusterNameView, org.dashbuilder.common.client.editor.ValueBoxEditor.View indexView, org.dashbuilder.common.client.editor.ValueBoxEditor.View typeView)Specify the views to use for each sub-editor before calling
initWidget.
-
-