@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, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
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
public 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.View
Specify the views to use for each sub-editor before calling initWidget
.
initWidgets
in interface SQLDataSetDefAttributesEditor.View
public void table()
SQLDataSetDefAttributesEditor.View
Enables edition for sql attribute dbTable
table
in interface SQLDataSetDefAttributesEditor.View
public void query()
SQLDataSetDefAttributesEditor.View
Enables edition for sql attribute dbSQL
query
in interface SQLDataSetDefAttributesEditor.View
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.