Hi Noor,
Heres an example of a Celltable (using a DataProvider):
public class TestTable implements EntryPoint {
private GreetingServiceAsync gService;
private CellTable table;
/**
* This is the entry point method.
*/
public void onModuleLoa
on the Column class
>
> On Jun 27, 6:28 am, saklig wrote:
>
>
>
> > Which class has the "addValueUpdateHandler" ?
>
> > On Jun 25, 4:08 pm, Paul Stockley wrote:
>
> > > Can't you just add a ValueUpdater handler to see when the select
Which class has the "addValueUpdateHandler" ?
On Jun 25, 4:08 pm, Paul Stockley wrote:
> Can't you just add a ValueUpdater handler to see when the selection
> changes?
>
> On Jun 25, 4:27 am, saklig wrote:
>
> > After a couple of tries Ive managed to write
sb.append("");
}
sb.append(option);
sb.append("");
}
sb.append("");
}
}
If you think this was the wrong/not the best way to get an event from
a cell, pleas giv
Hi,
How does one handle events from cells in a CellTable( specifically a
SelectionCell ) ?
--
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-tool...@googlegroups.com.
To unsubscribe from this
This helped me a lot :-)
Thanks guys!
On Jun 3, 2:14 pm, Paul Stockley wrote:
> Sorry my message got truncated:
>
> Your over complicating it. You should just subclass
> AsyncListViewAdapter such as:
>
> protected class residentAsyncAdapter extends
> AsyncListViewAdapter{
>
Hi,
I want to create a working example of the CellTable widget that was
recently released in GWT 2.1 M1.
I'm having a hard time finding documentation for this widget, as
apparently it has not been written yet :-/
What I've tried so far:
List dataList = new ArrayList();
dataList.add("Pizza", 15)