You can set a style for individual cells of a cell table . Override the getCellStyleNames() in your Column<T,C> class.
S. Abraham www.DataStoreGwt.com Persist objects directly in GAE On Sep 20, 8:41 pm, Rike255 <[email protected]> wrote: > Hey all, > > So I have a celltable that contains a few textcolumns. I want to be > able to set a style for individual cells based on its contents. > > I can set a style for a specific column by calling something like: > cellTable.getColumn(index).setStyleNames(style.disabled()); > > The above works but I can't figure out how to only apply a style to > one (or more) cells. > > Thanks in advance! > Ryan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
