Looking at the docs for FlexTable it seems that it is not possible to to see if any type of alignment has been set on a certain cell. Does anyone know if this is possible. Here is my problem:
I'm using gwt-dnd and on a table it is possible to re-order a list. 2 of the 3 cells in this table are aligned center and middle for horizontal and vertical alignment respectively. If I drag and drop one time to another location the remove and add action "forgets" the alignment of the stuff inside the cells making it look ugly. I figured ok no problem I will just check each cell and copy over it's alignment when the new row is created. The problem is there is no method available to GET the alignment from a cell. Anyone have any ideas. I appreciate the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
