Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » GlazedListTreeRowModel vs. TreeRowModel(What's the difference?)
GlazedListTreeRowModel vs. TreeRowModel [message #1419515] Mon, 08 September 2014 18:35 Go to next message
Arye Shemesh is currently offline Arye ShemeshFriend
Messages: 37
Registered: November 2012
Member
Hi,

What is the difference between GlazedListTreeRowModel and TreeRowModel?

From the source I see there are differences in the expand/collapse implementations.
Does it have any implication on the tree?

Thanks,
Arye
Re: GlazedListTreeRowModel vs. TreeRowModel [message #1419534 is a reply to message #1419515] Mon, 08 September 2014 19:15 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
The GlazedListsTreeRowModel uses the expand/collapse mechanisms of the TreeList. This means, for NatTable the collapsed rows do not exist.
The TreeRowModel uses a mechanism that hides the collapsed rows in NatTable. So the collapsed rows still exist in the list and are hidden.

You can see the effect in a grid when using a DefaultRowHeaderDataProvider.
Previous Topic:Cell popup menu
Next Topic:Autoscroll during Drag&Drop?
Goto Forum:
  


Current Time: Fri Apr 19 08:08:12 GMT 2024

Powered by FUDForum. Page generated in 0.02502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top