org.chenillekit.tapestry.core.components
Class AjaxCheckbox
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
org.apache.tapestry5.corelib.components.Checkbox
org.chenillekit.tapestry.core.components.AjaxCheckbox
- All Implemented Interfaces:
- ClientElement, Field
@Import(library={"../Chenillekit.js","AjaxCheckbox.js"})
public class AjaxCheckbox- extends Checkbox
A "ajaxed" Checkbox component.
- Version:
- $Id: AjaxCheckbox.java 674 2010-07-29 12:47:25Z homburgs $
|
Field Summary |
static String |
EVENT_NAME
The value of this constant is "checkboxclicked". |
| Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField |
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, putPropertyNameIntoBeanValidationContext, removePropertyNameFromBeanValidationContext, setDecorator, setFormSupport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_NAME
public static final String EVENT_NAME
- The value of this constant is "checkboxclicked".
- See Also:
- Constant Field Values
AjaxCheckbox
public AjaxCheckbox()
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.