problem:
I want to make a week scheduler and after searching for a way to
display the dates I found the CellTable.
So I wanted to have each column of the table represent a day and each
row a timespan.
Also when clicking on a cell, a dialog to edit its data should pop up.
When trying to implement this I was unable to get a selection event
from more than one previously specified column, as when selecting a
cell you only get the row object back and no ID of the column.
Probably this is my bad due to a wrong way of implementing the dates:
row1 = Date[]{Monday1,Tuesday1,....}
Now I wonder if there is a better way to represent such data, if there
is a way to get the column ID, or if I need use cells that process the
click events themselves (ClickableTextCell?).
/
Cassio
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment