dojox/grid/enhanced/plugins/filter/_FilterExpr.LogicALL (version 1.10)

Summary

A logic ALL condition expression, equals a sequence of logic ANDs

Usage

var foo = new _FilterExpr.LogicALL();
dojox/grid/enhanced/plugins/filter/_ConditionExpr

Property Summary

Method Summary

  • applyRow(datarow,getter) Override from _ConditionExpr
  • getName() Get the name of this kind of expression.
  • toObject() Overrided from _ConditionExpr.toObject

Properties

Methods

applyRow(datarow,getter)

Override from _ConditionExpr

Parameter Type Description
datarow data item
getter function(row,colIdx)
Returns:instance
getName()

Get the name of this kind of expression.

Returns:any | undefined

the name of this kind of expression

toObject()

Overrided from _ConditionExpr.toObject

Returns:Object
Error in the documentation? Can’t find what you are looking for? Let us know!