Added Change Table Type

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@92302 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-25 18:27:29 +00:00
parent 2748494432
commit c27e34fa56
1 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
public enum WidgetRequestType {
CHANGECOLUMNTYPEPANEL,
DELETECOLUMNPANEL,
LABELCOLUNPANEL;
LABELCOLUNPANEL,
CHANGETABLETYPEPANEL;
}