hi.i am trying to migrate from checkboxes and buttons to right-click menu items.for this i am planning to copy the buttons' onclick methods and paste it into the execution class of the contextmenuitem.but, in a method there is a row like:DataSortLink dsl=(DataSortLink)getControl("sort"+i, DataSortLink.class);
when i put this into execution class it gives an error that there is no method named getControl.what can i do to solve this?
Regards.