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:
parent
d041b989f1
commit
394bb123de
|
@ -116,7 +116,7 @@ public class ColumnFilterDialog extends Window {
|
|||
}
|
||||
|
||||
protected void close() {
|
||||
|
||||
hide();
|
||||
}
|
||||
|
||||
protected void load(TRId trId, String columnName) {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue