Updated UI event type

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@94944 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-17 09:08:57 +00:00
parent 95619867a2
commit 305faf67fb
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
public enum UIStateType {
START,
TR_OPEN,
TABLEUPDATE,
TABLECURATION,
TR_READONLY,
TR_CLOSE,
WIZARD_OPEN;
}