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:
parent
4427e7fba4
commit
3035cf0297
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue