Uses of Class
com.google.gwt.user.client.ui.Button
-
Packages that use Button Package Description 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 Modifier and Type Class Description classResetButtonA standard push-button widget which will automatically reset its enclosingFormPanelif any.classSubmitButtonA standard push-button widget which will automatically submit its enclosingFormPanelif any.Methods in com.google.gwt.user.client.ui that return Button Modifier and Type Method Description static ButtonButton. wrap(Element element)Creates a Button widget that wraps an existing <button> element.static ButtonResetButton. wrap(Element element)Creates a ResetButton widget that wraps an existing <button> element.static ButtonSubmitButton. wrap(Element element)Creates a SubmitButton widget that wraps an existing <button> element.
-