Interface TableContextMenuItem

    • Method Detail

      • addMultiListener

        void addMultiListener​(MenuItemListener l)
        Adds a selection listener for this menu item. This differs from addListener(MenuItemListener), in that the target object which will be passed to the listener will be an array of TableRow objects, rather than just a single object.
        Specified by:
        addMultiListener in interface MenuItem
        Parameters:
        l - listener to be notified when user has selected the menu item.
        Since:
        2.5.0.2
      • getTableID

        java.lang.String getTableID()
        Retrieve the Table ID that the menu item belongs to
        Returns:
        TableManager.TABLE_ constant