org.apache.tapestry.form
Class Radio
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.form.Radio
- All Implemented Interfaces:
- Locatable, LocationHolder, IComponent, IDirectEvent, IRender
public abstract class Radio
- extends AbstractComponent
Implements a component that manages an HTML <input type=radio> form element.
Such a component must be wrapped (possibly indirectly)
inside a RadioGroup component.
[Component Reference]
Radio and RadioGroup are generally not used (except
for very special cases). Instead, a PropertySelection component is used.
- Author:
- Howard Lewis Ship
|
Constructor Summary |
Radio()
|
| Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, toString, triggerEvent |
Radio
public Radio()
renderComponent
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
- Renders the form element, or responds when the form containing the element
is submitted (by checking
Form.isRewinding().
- Specified by:
renderComponent in class AbstractComponent
isDisabled
public abstract boolean isDisabled()
getValue
public abstract Object getValue()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.