| java.lang.Object org.zkoss.seam.ValidationUtil
ValidationUtil | public class ValidationUtil (Code) | | This class helps developers to do validation when Data Binding Events is sent by Seam's rule
author: Dennis.Chen |
Method Summary | |
public static void | afterValidate(Event event) Validate input when onBindingValidate,
if there are any WrongValueExecption was crated when validate(),
then a WrongValueException will be throw out. | public static void | validate(BindingSaveEvent event) |
afterValidate | public static void afterValidate(Event event) throws WrongValueException(Code) | | Validate input when onBindingValidate,
if there are any WrongValueExecption was crated when validate(),
then a WrongValueException will be throw out.
Parameters: event - throws: WrongValueException - |
|
|