Uses of Class
com.google.gwt.dom.client.ButtonElement
Packages that use ButtonElement
Package
Description
Classes for low-level DOM programming.
Widgets, Panels, and other user-interface classes.
-
Uses of ButtonElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return ButtonElementModifier and TypeMethodDescriptionstatic ButtonElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final ButtonElement
Document.createButtonElement()
Deprecated.DOMImpl.createButtonElement
(Document doc, String type) DOMImplStandardBase.createButtonElement
(Document doc, String type) Deprecated.The type property on a button element is read-only in safari, so we need to set it using setAttribute.final ButtonElement
Document.createPushButtonElement()
Creates a <button type='button'> element.final ButtonElement
Document.createResetButtonElement()
Creates a <button type='reset'> element.final ButtonElement
Document.createSubmitButtonElement()
Creates a <button type='submit'> element.Methods in com.google.gwt.dom.client with parameters of type ButtonElementModifier and TypeMethodDescriptionvoid
DOMImpl.buttonClick
(ButtonElement button) void
DOMImplMozilla.buttonClick
(ButtonElement button) -
Uses of ButtonElement in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return ButtonElementModifier and TypeMethodDescriptionprotected ButtonElement
Button.getButtonElement()
Get the underlying button element.
Document.createPushButtonElement()
,Document.createResetButtonElement()
orDocument.createSubmitButtonElement()
instead.