GWT Cell tree, how to use?
问题 Can somebody explains how to use the GWT cell tree. I am trying to google it but not finding any valuable tutorial?? Thanks 回答1: Try; Google Example 1 includes onModuleLoad method. :) 回答2: For those who don't like the google showcase example like me can use this example; http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/cellview/client/CellTree.html you can just copy paste it and it works. " Trivial example public class CellTreeExample implements EntryPoint { /** *