PDA

View Full Version : Change Grid.getContextMenu() access to public to match setContextMenu()



gelgey
18 Feb 2009, 8:25 PM
setContextMenu() is public in Grid (as of GXT-1.2.3) but getContextMenu is protected.

I'd like to get the grid context menu without having to subclass Grid to override the access modifier for this method.