|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.FocusWidget
com.google.gwt.user.client.ui.ButtonBase
com.google.gwt.user.client.ui.Button
com.google.gwt.user.client.ui.SubmitButton
public class SubmitButton
A standard push-button widget which will automatically submit its enclosing
FormPanel
if any.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
|
SubmitButton()
Creates a button with no caption. |
protected |
SubmitButton(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
SubmitButton(java.lang.String html)
Creates a button with the given HTML caption. |
|
SubmitButton(java.lang.String html,
ClickHandler handler)
Creates a button with the given HTML caption and click listener. |
Method Summary | |
---|---|
static Button |
wrap(Element element)
Creates a SubmitButton widget that wraps an existing <button> element. |
Methods inherited from class com.google.gwt.user.client.ui.Button |
---|
click, getButtonElement |
Methods inherited from class com.google.gwt.user.client.ui.ButtonBase |
---|
getHTML, getText, setHTML, setText |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
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, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public SubmitButton()
public SubmitButton(java.lang.String html)
html
- the HTML captionpublic SubmitButton(java.lang.String html, ClickHandler handler)
html
- the HTML captionhandler
- the click handlerprotected SubmitButton(Element element)
element
- the element to be usedMethod Detail |
---|
public static Button wrap(Element element)
RootPanel.detachNow(Widget)
.
element
- the element to be wrapped
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |