|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Button | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of Button in com.google.gwt.user.client.ui |
---|
Subclasses of Button in com.google.gwt.user.client.ui | |
---|---|
class |
ResetButton
A standard push-button widget which will automatically reset its enclosing FormPanel if any. |
class |
SubmitButton
A standard push-button widget which will automatically submit its enclosing FormPanel if any. |
Methods in com.google.gwt.user.client.ui that return Button | |
---|---|
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. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |