Skip to main content



      Home
Home » Eclipse Projects » NatTable » Nattable fill by drag selection data(How to get drag copied data)
Nattable fill by drag selection data [message #1852247] Thu, 05 May 2022 15:43 Go to next message
Eclipse UserFriend
Hello All,

I am trying to get some details when I drag a cell to copy its value to several cells in a column (like excel). I want to get details like row indexes of copied cells and the new data the cells have after copying.

Is there any way i add a listener to FillHandle to get these details?

Thanks in Advance!

Regards
Teja
Re: Nattable fill by drag selection data [message #1852248 is a reply to message #1852247] Fri, 06 May 2022 00:14 Go to previous message
Eclipse UserFriend
No, there is no special event for this. The FillHandlePasteCommandHandler simply performs UpdataDataCommands. Either you listen for DataUpdateEvents (they carry the row position so you need to convert them to the index from the layer you are listening, or listen on the DataLayer), or you implement a custom FillHandlePastCommandHandler.
Previous Topic:Nebula NatTable Integer column Sorting
Next Topic:Row Filtering issue
Goto Forum:
  


Current Time: Mon May 12 18:35:35 EDT 2025

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

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

Back to the top