Attributes | Name and Description |
---|---|
|
caplin.grid.filter.FilterExpressionAccessor()
|
Attributes | Name and Description |
---|---|
|
caplin.grid.filter.FilterExpressionAccessor
clone()
Clones this instance of the LogicalFilterExpression |
|
Array
getFilterExpressions()
Returns a list of the filter expressions. |
|
Number
getNumberOfFilterExpressions()
Gets the number of logical filter expressions that have been placed inside the LogicalFilterExpression. |
|
caplin.grid.filter.FilterExpressionAccessor.Operator
getOperator()
Gets the operator for this LogicalFilterExpression |
|
String
toString()
Gets a text representation of the logical filter expression. |
►
caplin.grid.filter.FilterExpressionAccessor()
►
caplin.grid.filter.FilterExpressionAccessor
clone()
Clones this instance of the LogicalFilterExpression
►
Array
getFilterExpressions()
Returns a list of the filter expressions.
The array returned by this method must not be added to or removed from directly — in the future, the array returned may instead be a copy of the internally held array. Instead, the methods on this class should be used to add filter expressions.
►
Number
getNumberOfFilterExpressions()
Gets the number of logical filter expressions that have been placed inside the LogicalFilterExpression.
►
caplin.grid.filter.FilterExpressionAccessor.Operator
getOperator()
Gets the operator for this LogicalFilterExpression
►
String
toString()
Gets a text representation of the logical filter expression.