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 ButtonElementAssert that the givenElementis compatible with this class and automatically typecast it.final ButtonElementDocument.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 ButtonElementDocument.createPushButtonElement()Creates a <button type='button'> element.final ButtonElementDocument.createResetButtonElement()Creates a <button type='reset'> element.final ButtonElementDocument.createSubmitButtonElement()Creates a <button type='submit'> element.Methods in com.google.gwt.dom.client with parameters of type ButtonElementModifier and TypeMethodDescriptionvoidDOMImpl.buttonClick(ButtonElement button) voidDOMImplMozilla.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 ButtonElementButton.getButtonElement()Get the underlying button element.
Document.createPushButtonElement(),Document.createResetButtonElement()orDocument.createSubmitButtonElement()instead.