| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResetButtonA standard push-button widget which will automatically reset its enclosing
  FormPanelif any. | 
| class  | SubmitButtonA standard push-button widget which will automatically submit its enclosing
  FormPanelif any. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Button | SubmitButton. wrap(Element element)Creates a SubmitButton widget that wraps an existing <button>
 element. | 
| static Button | ResetButton. wrap(Element element)Creates a ResetButton widget that wraps an existing <button> element. | 
| static Button | Button. wrap(Element element)Creates a Button widget that wraps an existing <button> element. |