Widget.addHandler() on GWT Button not working correctly

2013-01-01 Thread Atul Acharya
I am trying to use method addHandler on a Button. Following is my code: private void attachClickHandler(Widget widget) { ClickHandler clickHandler1; ClickHandler clickHandler2; clickHandler1 = new ClickHandler() { @Override public void onClick(ClickEvent event) {

Number Formatter class omits the digits after 2 decimal places

2011-09-05 Thread Atul
Hi, I want to change a double value to USD currency format, so i used NumberFormat class of com.google.gwt.i18n.client.NumberFormat package. So when i say NumberFormat.getCurrencyFormat().format(doubleValue) it returns me string in US$ format but only upto 2 places of decimal. I don't want to

Re: How to add checkbox in header.

2011-06-08 Thread atul
. SimplePager does on raise any event on clickcing the next page image(or icon). Please Help Thanks and Regards, atul gaikwad -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com

How to uncheck header checkbox in Celltable when paging?

2011-06-08 Thread atul
How to uncheck header checkbox in Celltable when paging? The header checkbox is used to select/unselect all the rows in Celltable by a single click on it: Like we see in gmail and yahoo mail The problem is that after selecting the header checkbox in the current page, it remains selected after