Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@87082 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c76485620e
commit
485d6b6b64
|
@ -9,6 +9,8 @@ package org.gcube.portlets.user.td.client;
|
|||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
* Constants for portlet
|
||||
*
|
||||
*/
|
||||
public class Constants {
|
||||
|
||||
|
|
|
@ -8,6 +8,13 @@ import org.gcube.portlets.user.td.widgetcommonevent.shared.GridHeaderColumnMenuI
|
|||
|
||||
import com.sencha.gxt.widget.core.client.menu.MenuItem;
|
||||
|
||||
/**
|
||||
* Defines the menu for column on the grid
|
||||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*/
|
||||
public class ColumnHeaderMenu {
|
||||
|
||||
protected final ArrayList<MenuItem> menuItems;
|
||||
|
@ -57,7 +64,10 @@ public class ColumnHeaderMenu {
|
|||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @return the list of menu items to be added
|
||||
*/
|
||||
public List<MenuItem> getMenu() {
|
||||
return menuItems;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue