public class BooleanHandler<R> extends BaseVerifyRule<Boolean,R>
allowNull, defaultValue, trim| 构造器和说明 |
|---|
BooleanHandler(boolean allowNull,
OpsColumn<R> opsColumn)
常规验证
|
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
doHandle(int row,
int col,
Object cellValue)
校验单元格值
|
defaultValue, handle, handleNull, notNull, trimpublic Boolean doHandle(int row, int col, Object cellValue) throws Exception
BaseVerifyRuledoHandle 在类中 BaseVerifyRule<Boolean,R>row - 行号col - 列号cellValue - 列值ExceptionCopyright © 2023. All rights reserved.