@Dependent public class SQLDataSetDefAttributesEditorView extends com.google.gwt.user.client.ui.Composite implements SQLDataSetDefAttributesEditor.View
The SQL Data Set attributes editor view.
| Constructor and Description |
|---|
SQLDataSetDefAttributesEditorView() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(SQLDataSetDefAttributesEditor presenter) |
void |
initWidgets(DropDownEditor.View dataSource,
ValueBoxEditor.View dbSchema,
ValueBoxEditor.View dbTable,
ValueBoxEditor.View dbSQL)
Specify the views to use for each sub-editor before calling
initWidget. |
void |
query()
Enables edition for sql attribute
dbSQL |
void |
table()
Enables edition for sql attribute
dbTable |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringpublic void init(SQLDataSetDefAttributesEditor presenter)
init in interface HasPresenter<SQLDataSetDefAttributesEditor>public void initWidgets(DropDownEditor.View dataSource, ValueBoxEditor.View dbSchema, ValueBoxEditor.View dbTable, ValueBoxEditor.View dbSQL)
SQLDataSetDefAttributesEditor.ViewSpecify the views to use for each sub-editor before calling initWidget.
initWidgets in interface SQLDataSetDefAttributesEditor.Viewpublic void table()
SQLDataSetDefAttributesEditor.ViewEnables edition for sql attribute dbTable
table in interface SQLDataSetDefAttributesEditor.Viewpublic void query()
SQLDataSetDefAttributesEditor.ViewEnables edition for sql attribute dbSQL
query in interface SQLDataSetDefAttributesEditor.ViewCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.