Interface CellContextMenuItemsCustomizer


public interface CellContextMenuItemsCustomizer
  • Method Details

    • getCellContextMenuItems

      MenuItem[] getCellContextMenuItems(Record record, Integer rowNum, Integer colNum, MenuItem[] defaultItems)
      Returns the list of MenuItems to display in a contextMenu for a specific grid-cell.
      Parameters:
      record - record for which menuItems are being gathered
      rowNum - rowNum for the passed cell
      colNum - colNum for the passed cell
      defaultItems - array of default items for the passed cell
      Returns:
      Array of MenuItems for the passed cell.