Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Cell editor based on the canonical "ROW" data
Cell editor based on the canonical "ROW" data [message #1741444] Thu, 25 August 2016 08:23 Go to next message
Ramakrishnan PK is currently offline Ramakrishnan PKFriend
Messages: 8
Registered: April 2016
Junior Member
For a Column "A" I need a text editor or a custom editor based on the canonical "ROW" data. ie. I shall decide the strategy based on the same row's neighbor column's value.

Is there any ways to achieve this?

BTW : In Jface this can be achieved by
org.eclipse.jface.viewers.EditingSupport#getCellEditor(java.lang.Object)
Re: Cell editor based on the canonical "ROW" data [message #1741447 is a reply to message #1741444] Thu, 25 August 2016 08:47 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
This is typically done by registration mechanisms. So you do this before by applying labels based on contents of neighbor cells and register editors based on that labels.
Previous Topic:Editor registered for a Spanned cell should invoke original column editor
Next Topic:How to resize the nattable row header column width
Goto Forum:
  


Current Time: Wed Apr 24 20:06:47 GMT 2024

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

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

Back to the top