public class SubmitButton extends Button
FormPanel
if any.
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
DEBUG_ID_PREFIX
Modifier | Constructor and Description |
---|---|
|
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(SafeHtml html)
Creates a button with the given HTML caption.
|
|
SubmitButton(SafeHtml html,
ClickHandler handler)
Creates a button with the given HTML caption and click listener.
|
|
SubmitButton(String html)
Creates a button with the given HTML caption.
|
|
SubmitButton(String html,
ClickHandler handler)
Creates a button with the given HTML caption and click listener.
|
Modifier and Type | Method and Description |
---|---|
static Button |
wrap(Element element)
Creates a SubmitButton widget that wraps an existing <button>
element.
|
click, getButtonElement
getHTML, getText, setHTML, setHTML, setText
addBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addFocusHandler, addFocusListener, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getFocusImpl, getTabIndex, isEnabled, onAttach, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setAccessKey, setEnabled, setFocus, setTabIndex
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, 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, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
fireEvent
public SubmitButton()
public SubmitButton(SafeHtml html)
html
- the HTML captionpublic SubmitButton(String html)
html
- the HTML captionpublic SubmitButton(SafeHtml html, ClickHandler handler)
html
- the HTML captionhandler
- the click handlerpublic SubmitButton(String html, ClickHandler handler)
html
- the HTML captionhandler
- the click handlerprotected SubmitButton(Element element)
element
- the element to be usedpublic static Button wrap(Element element)
RootPanel.detachNow(Widget)
.element
- the element to be wrappedCopyright © 2018. All rights reserved.