Added GroupBy as WidgetRequest

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@97670 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-24 09:35:21 +00:00
parent 824f652301
commit b71a5b2ae2
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public enum ChangeTableRequestType {
ADDCOLUMN,
DELETECOLUMN,
SPLITCOLUMN,
GROUPBY,
MERGECOLUMN,
CHANGECOLUMNLABEL,
COLUMNFILTER,

View File

@ -15,6 +15,7 @@ public enum WidgetRequestType {
DELETECOLUMNPANEL,
SPLITCOLUMNPANEL,
MERGECOLUMNPANEL,
GROUPBYPANEL,
LABELCOLUNPANEL,
CHANGETABLETYPEPANEL,
DUPLICATESROWSPANEL,