it.amattioli.guidate.validators
Class MultipleConstraint

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.validators.MultipleConstraint
All Implemented Interfaces:
org.zkoss.zul.Constraint

public class MultipleConstraint
extends Object
implements org.zkoss.zul.Constraint


Constructor Summary
MultipleConstraint()
           
 
Method Summary
 void addConstraint(org.zkoss.zul.Constraint constraint)
           
 void validate(org.zkoss.zk.ui.Component comp, Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleConstraint

public MultipleConstraint()
Method Detail

addConstraint

public void addConstraint(org.zkoss.zul.Constraint constraint)

validate

public void validate(org.zkoss.zk.ui.Component comp,
                     Object val)
              throws org.zkoss.zk.ui.WrongValueException
Specified by:
validate in interface org.zkoss.zul.Constraint
Throws:
org.zkoss.zk.ui.WrongValueException


Copyright © 2011. All Rights Reserved.