On Wednesday, September 21, 2011 4:04:57 AM UTC+2, GWT Kid wrote: > > I am trying to come up with styling of Cell Table . However not able to > figure out how . > > Trying to achieve > 1. Should be able to Style any given row of a Cell table >
Use CellTable#setRowStyles > 2, Any Column of a Cell table > CellTable#addColumnStyleName > 3. dynamically style any particular cell of a cell table . > Override getCellStyleNames in your Column-s. -- 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/-/zVTRHb6XhCYJ. 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.
