Hi Jens, Let's say I only plan on having 20 rows at any given time. If I were to implement a list using a ScrollPanel + 20 VerticalPanel instances as rows, could you see that working? I'd be mostly concerned with being able to scroll the list nicely on mobile devices (fling scrolling, elastic bounce back like CellList has). Also not clear how click handling a VerticalPanel as a row would work. Ideally would want the entire VerticalPanel to have an onClick state to give the user visual feedback that they've clicked it. Possible?
Thank you On Wednesday, 5 September 2012 12:00:30 UTC-4, Jens wrote: > > In GWT 2.5 you can use UiBinder for Cells so you don't have to write the > raw HTML inside your code. > > > https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells > > But you can't use ordinary GWT widgets like Buttons, etc inside Cells. > > -- J. > -- 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/-/Qnza9UNqt5wJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
