Skip to main content



      Home
Home » Eclipse Projects » Nebula » Does setSelection(index) on a grid invoke the selectionListener attached to it?
Does setSelection(index) on a grid invoke the selectionListener attached to it? [message #587518] Thu, 10 January 2008 06:17
Eclipse UserFriend
Hello all,

I have a grid and I have added a Selection Listener to it.

I wanted to know if on executing the following line of code, will this
listener get invoked:

grid.setSelection(index).

My requirement is that, when I set the selection to a gridItem using the
above line of code, the selection listener associated with it should be
invoked.

I have tried this but the selection listener is not getting fired. How can
I invoke the listener?

Any suggestion would be appreciated.

Thanks and Regards,
Asha Subramaniam.
Previous Topic:GridViewer and multicolumn text
Next Topic:[Grid] How to set RowHeaderWidth ?
Goto Forum:
  


Current Time: Tue Jul 08 02:11:11 EDT 2025

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

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

Back to the top