it.amattioli.guidate.validators
Class ValidatingComposer
java.lang.Object
org.zkoss.zk.ui.event.GenericEventListener
org.zkoss.zk.ui.util.GenericComposer
it.amattioli.guidate.validators.ValidatingComposer
- All Implemented Interfaces:
- Serializable, org.zkoss.zk.scripting.NamespaceActivationListener, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.util.Composer, org.zkoss.zk.ui.util.ComposerExt
public class ValidatingComposer
- extends org.zkoss.zk.ui.util.GenericComposer
- See Also:
- Serialized Form
| Methods inherited from class org.zkoss.zk.ui.util.GenericComposer |
didActivate, doAfterCompose, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, willPassivate |
| Methods inherited from class org.zkoss.zk.ui.event.GenericEventListener |
bindComponent, getController, onEvent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ON_VALIDATE_ELEMENT
public static final String ON_VALIDATE_ELEMENT
- See Also:
- Constant Field Values
ON_REGISTER_VALIDABLE_ELEMENT
public static final String ON_REGISTER_VALIDABLE_ELEMENT
- See Also:
- Constant Field Values
ValidatingComposer
public ValidatingComposer()
validableElements
public Collection<org.zkoss.zk.ui.Component> validableElements()
registerValidableElement
public void registerValidableElement(org.zkoss.zk.ui.Component element)
onRegisterValidableElement
public void onRegisterValidableElement(org.zkoss.zk.ui.event.Event evt)
onValidateElement
public void onValidateElement(org.zkoss.zk.ui.event.Event evt)
onCreate
public void onCreate(org.zkoss.zk.ui.event.Event evt)
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.