Re: Basic CellTree tutorial not working

2011-11-03 Thread guevaradelaserna
I tried to get your example work, but it failed. I can display other ui-elements like buttons, but not cellTree is shown. My Entrypoint looks like this: package com.myproject.client; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.RootPanel; public class

Re: Basic CellTree tutorial not working

2011-08-22 Thread Sudhakar Abraham
In Entrypoint, add CellTreeExample object into RootLayoutPanel. It binds the CellTree Widget with uiBinder. Try the following example. S. Abraham www.DataStoreGwt.com package com.college.client; import com.google.gwt.cell.client.TextCell; import com.google.gwt.core.client.GWT; import

Basic CellTree tutorial not working

2011-08-21 Thread fabio.bozzo
Trying to copy and paste the most basic celltree example: http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideUiCellWidgets.html#celltree But it only shows two blocks, without tree look and feel. Here's my code: public class CategorieTreeViewModel implements TreeViewModel {