Added Clone

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@92821 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 14:41:29 +00:00
parent 461d3802ca
commit c146517dbe
2 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,6 @@ public enum ChangeTableRequestType {
CHANGECOLUMNLABEL, CHANGECOLUMNLABEL,
COLUMNFILTER, COLUMNFILTER,
CHANGETABLETYPE, CHANGETABLETYPE,
DELETEROWS; DELETEROWS,
CLONETABULARRESOURCE;
} }

View File

@ -11,6 +11,7 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
*/ */
public enum RibbonType { public enum RibbonType {
OPEN, OPEN,
CLONE,
CLOSE, CLOSE,
DELETE, DELETE,
PROPERTIES, PROPERTIES,