On Jun 14, 1:26 pm, David Grant <[email protected]> wrote: > Anyone know how to put a PushButton in to a ui.xml file and set the up/down > text or up/down image? > > Dave
Use a @uihandler annoration in the java class to change the button text . You may also want to apply a style to changed the button to look as if it is pressed. -- 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.
