Hey,

I am rather new to java and probably just being dumb, I hope you could
help.

The ColumnTree I need has 2 columns, only the second ist editable
(works fine - using ColumnTreeEditor for dataIndex = attribut2).

Now I need all the Nodes.getDepth() == 2, and only that depth to be
editable in BOTH columns.

ColumnTree.Column cols[] = new ColumnTree.Column[2];
cols[0] = tree.new Column("Col1", 150, "attribut1");
cols[1] = tree.new Column("Col2", 100, "attribut2");

is my tree.

I hope someone can point me in the right direction, thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to