Skip to main content

Home/ Groups/ GWT - Cell Widgets
Esfand S

CompositeCell and hiding Cells Problem - Google Web Toolkit | Google Groups - 0 views

  • The default implementation of the render method in CompositeCell wraps each element in a span.  You could do the same and set the display style property based on the state, and then you don't need to extend SelectionCell.  While it isn't required for very simple Cells (that only render a single element), it makes sense to wrap each Cell in its own parent element.
Esfand S

SelectionModel and ListDataProvider are out of synch - Google Web Toolkit | Google Groups - 0 views

  • SelectionModels can be shared across multiple CellTables, each with its own ListDataProvider.
Esfand S

CompositeCell and hiding Cells Problem - Google Web Toolkit | Google Groups - 0 views

  • As far as the SelectionCell, we should have a version that is genericized and just use the selected index to map to the generic value.  In general, we probably also need an "EditCell", which is basically a two state cell that can enter and exit edit mode.
Esfand S

Testing complex Widgets without interface ? - Google Web Toolkit | Google Groups - 0 views

  • Have a look at the Cell widgets' internals, they use MVP internally so the presenter can be tested independently from the views.
1 - 20 Next › Last »
Showing 20 items per page