Class $.wijmo.wijspread.DateExCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.DateExCondition(expected)
Creates a new date condition.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the condition using the specified evaluator.
|
|
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
|
|
getExpectedInt(evaluator, baseRow, baseColumn)
Gets the expected integer value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.DateExCondition(expected)
Creates a new date condition.
- Parameters:
- expected
- The expected date occurring type.
Method Detail
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the condition using the specified evaluator.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row.
- baseColumn
- The base column.
- actualObj
- The actual value object.
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- basecol
- The base column index.
getExpectedInt(evaluator, baseRow, baseColumn)
Gets the expected integer value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
reset()
Resets this instance.