| Package | Description | 
|---|---|
| com.google.gwt.dom.client | Classes for low-level DOM programming. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ButtonElement | ButtonElement. as(Element elem)Assert that the given  Elementis compatible with this class and
 automatically typecast it. | 
| ButtonElement | Document. createButtonElement()Deprecated. 
 | 
| ButtonElement | DOMImplTrident. createButtonElement(Document doc,
                   java.lang.String type) | 
| ButtonElement | DOMImplStandardBase. createButtonElement(Document doc,
                   java.lang.String type)The type property on a button element is read-only in safari, so we need to
 set it using setAttribute. | 
| ButtonElement | DOMImpl. createButtonElement(Document doc,
                   java.lang.String type) | 
| ButtonElement | Document. createPushButtonElement()Creates a <button type='button'> element. | 
| ButtonElement | Document. createResetButtonElement()Creates a <button type='reset'> element. | 
| ButtonElement | Document. createSubmitButtonElement()Creates a <button type='submit'> element. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DOMImplMozilla. buttonClick(ButtonElement button) | 
| void | DOMImpl. buttonClick(ButtonElement button) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ButtonElement | Button. getButtonElement()Get the underlying button element. |