Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@87074 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-17 14:05:38 +00:00 committed by Giancarlo Panichi
parent 4427e7fba4
commit 3035cf0297
1 changed files with 17 additions and 0 deletions

View File

@ -132,6 +132,23 @@ public class TabularDataXGridPanel extends ContentPanel {
public Grid<DataRow> getGrid() {
return grid;
}
/**
* Return the context menu of grid
*
* @return context menu of grid
*/
public Menu getContextMenu() {
return contextMenu;
}
/**
* Set context menu of grid
*
*/
public void setContextMenu(Menu contextMenu) {
this.contextMenu = contextMenu;
}
/**
* Returns the selected row.