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

17 lines
202 B
Java

/**
*
*/
package org.gcube.portlets.user.td.widgetcommonevent.client.type;
/**
*
* @author Giancarlo Panichi
*
*
*/
public enum DataViewActiveType {
NEWACTIVE,
ACTIVEAFTERCLOSE,
CLOSE;
}