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.
