org.chenillekit.tapestry.core.components
Class InPlaceCheckbox
java.lang.Object
org.chenillekit.tapestry.core.components.InPlaceCheckbox
- All Implemented Interfaces:
- ClientElement
@SupportsInformalParameters
@IncludeJavaScriptLibrary(value={"../Chenillekit.js","InPlaceCheckbox.js"})
public class InPlaceCheckbox- extends Object
- implements ClientElement
a "just in place" checkbox component that dont must emmbedded in a form.
sends an event after click named "checkboxclicked".
- Version:
- $Id: InPlaceCheckbox.java 361 2008-11-25 13:05:14Z homburgs $
| 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
- See Also:
- Constant Field Values
InPlaceCheckbox
public InPlaceCheckbox()
getClientId
public String getClientId()
- Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is
intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related
JavaScript.
- Specified by:
getClientId in interface ClientElement
Copyright © 2008-2009 ChenilleKit. All Rights Reserved.