void |
BaseTable.addCellPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the cell.
|
void |
BaseTableWithButtons.addCellPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the cell.
|
void |
SortableAndSearchableTableWithButtons.addCellPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the cell.
|
void |
BaseTable.addHeaderPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the header.
|
void |
BaseTableWithButtons.addHeaderPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the header.
|
void |
SortableAndSearchableTableWithButtons.addHeaderPopupMenuListener(PopupMenuListener l) |
Adds the popup menu listeners for the header.
|
void |
BaseTable.removeCellPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the cell from its internal list.
|
void |
BaseTableWithButtons.removeCellPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the cell from its internal list.
|
void |
SortableAndSearchableTableWithButtons.removeCellPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the cell from its internal list.
|
void |
BaseTable.removeHeaderPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the header from its internal list.
|
void |
BaseTableWithButtons.removeHeaderPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the header from its internal list.
|
void |
SortableAndSearchableTableWithButtons.removeHeaderPopupMenuListener(PopupMenuListener l) |
Removes the popup menu listener for the header from its internal list.
|