Class SQLDataSetDefAttributesEditorView
- 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.sql.SQLDataSetDefAttributesEditorView
-
- 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,SQLDataSetDefAttributesEditor.View,org.uberfire.client.mvp.HasPresenter<SQLDataSetDefAttributesEditor>,org.uberfire.client.mvp.UberView<SQLDataSetDefAttributesEditor>
@Dependent public class SQLDataSetDefAttributesEditorView extends com.google.gwt.user.client.ui.Composite implements SQLDataSetDefAttributesEditor.View
The SQL Data Set attributes editor view.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description SQLDataSetDefAttributesEditorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(SQLDataSetDefAttributesEditor presenter)voidinitWidgets(org.dashbuilder.common.client.editor.list.DropDownEditor.View dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)Specify the views to use for each sub-editor before callinginitWidget.voidquery()Enables edition for sql attributedbSQLvoidtable()Enables edition for sql attributedbTable-
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(SQLDataSetDefAttributesEditor presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<SQLDataSetDefAttributesEditor>
-
initWidgets
public void initWidgets(org.dashbuilder.common.client.editor.list.DropDownEditor.View dataSource, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSchema, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbTable, org.dashbuilder.common.client.editor.ValueBoxEditor.View dbSQL)Description copied from interface:SQLDataSetDefAttributesEditor.ViewSpecify the views to use for each sub-editor before calling
initWidget.- Specified by:
initWidgetsin interfaceSQLDataSetDefAttributesEditor.View
-
table
public void table()
Description copied from interface:SQLDataSetDefAttributesEditor.ViewEnables edition for sql attribute
dbTable- Specified by:
tablein interfaceSQLDataSetDefAttributesEditor.View
-
query
public void query()
Description copied from interface:SQLDataSetDefAttributesEditor.ViewEnables edition for sql attribute
dbSQL- Specified by:
queryin interfaceSQLDataSetDefAttributesEditor.View
-
-