public class GxContextMenu
A class which represents grid context menu
| Modifier and Type | Method and Description | 
|---|---|
|  void | addItem(GxContextMenuItemInterface item!)Add new context menu item | 
|  void | addItem(BBjString item!)Add a predefined context menu item | 
|  String | toString()Convert the menu to a JSON string | 
public void addItem(GxContextMenuItemInterface item!)Add new context menu item
GxContextMenuItemInterface item! the item objectpublic void addItem(BBjString item!)Add a predefined context menu item
BBjString item! the item IDpublic String toString()
Convert the menu to a JSON string