Add support for horizontal alignment in the LayoutList columns.
[online-glom:gwt-glom.git] / TODO
1 Here's a list of TODO items / ideas in no particular order.
2
3
4 Improvements to LayoutListView:
5
6 * Implement column width size as specified in the glom file.
7
8 * Add support for LayoutItem_Text, LayoutItem_Button and LayoutItem_Image items.
9
10 * Make width of the CellTable used for the LayoutList consistent between the
11   tables so that the UI doesn't appear to jump around. One way to do this is to
12   find the width of the largest table and enlarge the column widths
13   proportionally in the smaller tables. Of course this will not respect the
14   column widths specified in the glom file. Another option is to pad the smaller
15   tables with empty columns at the end so that the line under the headers extends to
16   the end of the largest table. Some experimentation is required to see which option
17   is the best.
18
19 * Only the cell backgrounds are coloured which leaves a gap between the cells that
20   isn't coloured. I need to figure out a way to set 'style=background-colour:'
21   on the whole column rather than just the cell.
22
23 * Use ColumnInfo rpc object to send text backgound and foreground colours
24   instead of sending this informaton for each cell.
25
26 Improvments to LayoutDetailsView:
27
28 * This hasn't been started yet.