hi, all
I need to create a pushButton(so it's a button with image) in gwt with UiBinder but not sure how, here is my ui.xml code:
... <g:PushButton ui:field="myPushButton"/> ...
and in *.java file i defined: PushButton myPushButton;
how can i add an image to the push button? i tried the following but wont' work:
<g:PushButton ui:field="myPushButton" image="myImage.gif"/>
thanks