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