Re: GWT CellTable Add Widgets on The Footer

2011-09-19 Thread Sudhakar Abraham
Yes it is possible, you can add widget to the footer, override the render() method in Header class. Try the below code. HeaderStudent footer = new HeaderStudent(new ClickableTextCell()) { @Override public void render(Cell.Context context, SafeHtmlBuilder sb) {

Re: GWT CellTable Add Widgets on The Footer

2011-09-19 Thread Mrabti Idriss
Thanks, that what I was looking for. Ill try it today and post back the solution of anyone needed it layer. On Sep 19, 2011 12:51 PM, Sudhakar Abraham s.abra...@datastoregwt.com wrote: Yes it is possible, you can add widget to the footer, override the render() method in Header class. Try the

Re: GWT CellTable Add Widgets on The Footer

2011-09-19 Thread POODevelopper
How can use editors with this solution ?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/NyHX7LQ9PAQJ. To post to this group, send email to

GWT CellTable Add Widgets on The Footer

2011-09-18 Thread POODevelopper
Hello I'm using GWT 2.4 and I want to Add Some Widgets on the footer on a CellTable, Is It possible. Below A Mockup if What I want to accomplish : https://lh5.googleusercontent.com/-9QTjFJdhCvE/TnZVRqYMfaI/AHs/WQLAmuvw6c4/FooterCellTable.png It Is Possible out the box ?? -- You