public class CellExpression extends BaseExpression
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
cellName |
expr| 构造器和说明 |
|---|
CellExpression(String cellName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ExpressionData<?> |
compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
computePageCells(Cell cell,
Cell currentCell,
Context context) |
protected List<Cell> |
fetchPageCells(Cell cell,
Cell currentCell,
Context context) |
boolean |
supportPaging() |
execute, filterCells, getExpr, setExprprotected String cellName
public CellExpression(String cellName)
public boolean supportPaging()
protected ExpressionData<?> compute(Cell cell, Cell currentCell, Context context)
compute 在类中 BaseExpressionpublic ExpressionData<?> computePageCells(Cell cell, Cell currentCell, Context context)
Copyright © 2018 Bstek. All rights reserved.