Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Select and deselect All the row in the nattable programaticaly
Select and deselect All the row in the nattable programaticaly [message #1404438] Fri, 01 August 2014 11:59 Go to next message
Panisha RN is currently offline Panisha RNFriend
Messages: 43
Registered: May 2013
Member
How select All and deselect all rows can be done pragmatically.

Idea is to have it as a menu contribution
Re: Select and deselect All the row in the nattable programaticaly [message #1404442 is a reply to message #1404438] Fri, 01 August 2014 12:25 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
natTable.doCommand(new SelectAllCommand());


natTable.doCommand(new ClearAllSelectionsCommand());


I know it is easy to ask on the forum, but from former questions you should already know the DefaultSelectionBindings configuration, where all the configurations are listed.
Re: Select and deselect All the row in the nattable programaticaly [message #1404452 is a reply to message #1404442] Fri, 01 August 2014 13:29 Go to previous message
Panisha RN is currently offline Panisha RNFriend
Messages: 43
Registered: May 2013
Member
Thanks for the information and sorry for troubling you with lot of question.

Problem is Everything is there but there no documentation which exist which gives the information about it.

That is reason i was asking in the form.

Please let me know if it is already documented some where or better way to analysing the existing code, i would like to get the more information and contribute to nattable.

Thanks for the your help.
Previous Topic:ReflectiveColumnPropertyAccessor IllegalArgumentException
Next Topic:Bugfix release planning
Goto Forum:
  


Current Time: Thu Apr 25 12:48:02 GMT 2024

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

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

Back to the top