Re: How to implement Expandable-Collapsible Rows in CellTable ?

2015-05-07 Thread Larry L
Hi, I have a follow up question about this CustomDataGrid example. My DataGrid is enabled for selection. So I can select/highlight the major rows. But how do I get the selected minor-rows? for example, my code is like this: SelectionModel? super Object model = dataGrid.getSelectionModel(); But

Re: How to implement Expandable-Collapsible Rows in CellTable ?

2013-08-04 Thread Jimmy Abraham
Hi all, please help me implement Collapsible Rows in CellTable.../is it already available in gwt? thanks in advance jimmy On Saturday, 5 February 2011 00:47:30 UTC+4, Thomas Broyer wrote: On Friday, February 4, 2011 4:33:41 AM UTC+1, zixzigma wrote: I know that I am not doing things the

Re: How to implement Expandable-Collapsible Rows in CellTable ?

2013-08-04 Thread Thomas Broyer
Have a look at http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCustomDataGrid Spoiler alert: not straightforward. On Sunday, August 4, 2013 8:13:38 PM UTC+2, Jimmy Abraham wrote: Hi all, please help me implement Collapsible Rows in CellTable.../is it already available in

Re: How to implement Expandable-Collapsible Rows in CellTable ?

2011-02-04 Thread Thomas Broyer
On Friday, February 4, 2011 4:33:41 AM UTC+1, zixzigma wrote: I know that I am not doing things the right way, do you have any tips on how to implement this feature ? Expandable/Collapsible Rows inside a CellTable ? I would try doing it without widgets, with a CellList instead of a

How to implement Expandable-Collapsible Rows in CellTable ?

2011-02-03 Thread zixzigma
Hello Everyone, Could you please provide some tips on how to implement Collapsible Rows in CellTable ? for example, clicking on a Row, result in Row to be expanded, and display some custom widget in it. so far, I was able to put a custom widget (label, button, text box) within the cell, this