Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@91853 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-18 15:27:54 +00:00
parent d041b989f1
commit 394bb123de
2 changed files with 9 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class ColumnFilterDialog extends Window {
}
protected void close() {
hide();
}
protected void load(TRId trId, String columnName) {

View File

@ -184,6 +184,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);