org.chenillekit.tapestry.core.components
Class AjaxCheckbox

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractField
      extended by org.apache.tapestry5.corelib.components.Checkbox
          extended by 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".
 
Constructor Summary
AjaxCheckbox()
           
 
Method Summary
 
Methods inherited from class org.apache.tapestry5.corelib.components.Checkbox
processSubmission
 
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
 

Field Detail

EVENT_NAME

public static final String EVENT_NAME
The value of this constant is "checkboxclicked".

See Also:
Constant Field Values
Constructor Detail

AjaxCheckbox

public AjaxCheckbox()


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.