Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Multi-Edit of Checkbox(MultiEdit)
Multi-Edit of Checkbox [message #1075730] Tue, 30 July 2013 00:33 Go to next message
Zach Wilcox is currently offline Zach WilcoxFriend
Messages: 1
Registered: July 2013
Junior Member
I was kind of confused on how to allow multiple edits for check boxes.
Suppose each of my check boxes use the same editor. I want to be able to some how edit a bunch that are highlighted.

The example for the editors explain it can be done, but it doesn't really show how.

Thanks Very Happy
Re: Multi-Edit of Checkbox [message #1076338 is a reply to message #1075730] Wed, 31 July 2013 07:45 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Quote:
The example for the editors explain it can be done, but it doesn't really show how.


Where does it explain it can be done?

Technically the CheckboxCellEditor.supportMultiEdit() returns false. This means there is no multi edit of checkboxes supported. This is because it doesn't make sense to open a subdialog for checkboxes.

It is of course worth a discussion whether in that special case on multiedit simply the values should be changed. If that is a necessary request, please open a ticket.
Re: Multi-Edit of Checkbox [message #1076515 is a reply to message #1076338] Wed, 31 July 2013 14:07 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
After thinking about that issue I decided to look after it.

Here is the ticket: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414138

The fix is already implemented and checked into master. So if you change to a current SNAPSHOT build, it should work.
Previous Topic:Avoid selection of ColumnHeaders when all rows are selected
Next Topic:Filter and Search with separate text box
Goto Forum:
  


Current Time: Sat Apr 27 02:40:23 GMT 2024

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

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

Back to the top