Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@92229 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
decfedee2c
commit
902263dc32
|
@ -345,6 +345,14 @@ public class ConditionWidget extends SimpleContainer {
|
|||
case NOT_EQUALS:
|
||||
case NOT_GREATER:
|
||||
case NOT_LESSER:
|
||||
case BEGINS_WITH:
|
||||
case ENDS_WITH:
|
||||
case MATCH_REGEX:
|
||||
case CONTAINS:
|
||||
case NOT_BEGINS_WITH:
|
||||
case NOT_ENDS_WITH:
|
||||
case NOT_CONTAINS:
|
||||
case NOT_MATCH_REGEX:
|
||||
case IN:
|
||||
case NOT_IN:
|
||||
firstArg.setVisible(true);
|
||||
|
|
Loading…
Reference in New Issue