From b16aeb8bfbcffe9e660c719a65bc0862d808dce4 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 25 Mar 2015 15:19:32 +0000 Subject: [PATCH] Added ReplaceExpressionDialog git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@113738 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/widgetcommonevent/client/type/ExpressionType.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/ExpressionType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/ExpressionType.java index 84adc0f..76315a5 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/ExpressionType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/ExpressionType.java @@ -10,7 +10,8 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type; * */ public enum ExpressionType { - REPLACECOLUMNEXPRESSION, - COLUMNEXPRESSION, - EXPRESSIONNULL; + CONDITION_AND_REPLACE_COLUMN_EXPRESSION, + CONDITION_COLUMN_EXPRESSION, + REPLACE_COLUMN_EXPRESSION, + EXPRESSION_NULL; }