Under here: http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/PushButton.html
Go to the super class (CustomButton) and it's detailed there. On Jun 17, 11:54 am, david <[email protected]> wrote: > On Jun 14, 1:26 pm, David Grant <[email protected]> wrote: > > > Anyone know how to put aPushButtonin 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.
