tabular-data-widget-common-.../src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java

18 lines
231 B
Java

package org.gcube.portlets.user.td.widgetcommonevent.client.type;
/**
*
* @author Giancarlo Panichi
*
*
*/
public enum UIStateType {
START,
TR_OPEN,
TABLEUPDATE,
TABLECURATION,
TR_READONLY,
TR_CLOSE,
WIZARD_OPEN;
}