public class ValidationHelper
extends java.lang.Object
Constructor and Description |
---|
ValidationHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(Sheet sheet,
int row,
int col,
java.lang.String editText,
org.zkoss.zk.ui.event.EventListener callback)
To help you validate the cell edit text, it returns true if validation passed or no validation rule.
|
public boolean validate(Sheet sheet, int row, int col, java.lang.String editText, org.zkoss.zk.ui.event.EventListener callback)
sheet
- row
- col
- editText
- callback
- the callback listener for validationCopyright © 2005-2010 Potix Corporation. All Rights Reserved.