gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 374 forks source link

GWT CellTree widget not providing Sorting, Filtering DataBinding #7301

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 7304

Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
GWT 2.3

Detailed description (please be as specific as possible):
Hi,
I want to  render large tree dynamically so I selected CellTree widget. After selection
of CellTree widget I came to know that CellTree not providing #Sorting n #filtering
on CellTree :(

#Data_Binding :
Is there any way to bind xml data to CellTree so that all data
populated/render in CellTree (In Tree format)
like.. In smartGwt http://www.smartclient.com/smartgwt/showcase/#featured_tree_grid
==> Source code ==>see EmployeeXmlDS.java # Created data source set to
TreeGrid + 
#1 Create dataSource : specify dataUrl (data in xml format) &
setRecordXPath etc.. and set created DataSource in TreeGrid

BUT I dont want to use SmartGwt ( :( Its not free) . I want to use
GWT.

In GWT,:  How to populate a CellTree with xml data which is coming
from server side. From server side we are passing xml to client side. 

There is 1 way building TreeViewModel as per XML schema or any other way ?

I need to build a TreeViewModel around XML data for DataBinding (xml -> CellTree).
I didn't find any API which will build TreeViewModel for me. How to create TreeViewModel
manually as per my xml. PFA Sample xml

Any help or guidance in this matter would be appreciated.

Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):

Reported by bhalke.vaibhav on 2012-04-05 11:39:13


dankurka commented 9 years ago
In next version of GWT all features like Sorting, Filtering & easy way of  DataBinding
provided ?

Reported by bhalke.vaibhav on 2012-04-06 06:29:41

dankurka commented 9 years ago
Hi, I have the same question.
Did you find any solution? It could really help me!

Reported by pesikins on 2012-10-14 05:53:43

dankurka commented 9 years ago

Reported by dankurka@google.com on 2013-06-05 14:15:31