Reviewers: ,
Description:
Gives the ability to specify css values within the CellTreeView if the
node is a leaf or a branch.
Also changed the padding-left/right of children within the tree.
an example of the css to allow the tree to display the children in a
grid is:
.cellTreeItemLeaf {
float: left;
}
.cellTreeItemBranch {
clear: both;
}
Please review this at http://gwt-code-reviews.appspot.com/943801/show
Affected files:
user/src/com/google/gwt/user/cellview/client/CellTree.css
user/src/com/google/gwt/user/cellview/client/CellTree.java
user/src/com/google/gwt/user/cellview/client/CellTreeBasic.css
user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors