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

@IncludeJavaScriptLibrary(value="AjaxCheckbox.js")
public class AjaxCheckbox
extends Checkbox

A "ajaxed" Checkbox component.

Version:
$Id: AjaxCheckbox.java 361 2008-11-25 13:05:14Z 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, 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-2009 ChenilleKit. All Rights Reserved.