You can use a PushButton which accepts an image as an upFace / downFace.
See the documentation if you want to create it programmatically:
http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/client/ui/PushButton.html
And here is a (really) short example using uiBinder:
<ui:image field="buttonUpImage" src="../../resources/images/buttonUp.png" />
<g:PushButton ui:field="button" styleName="{style.button}">
<g:upFace image="{buttonUpImage}" />
</g:PushButton>
Regards,
-fotos
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.