public abstract class Radio extends AbstractComponent
RadioGroup
component.
[Component Reference]
Radio
and RadioGroup
are generally not used (except
for very special cases). Instead, a PropertySelection
component is used.
Constructor and Description |
---|
Radio() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getValue() |
abstract boolean |
isDisabled() |
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() . |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
public Radio()
protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
Form.isRewinding()
.renderComponent
in class AbstractComponent
public abstract boolean isDisabled()
public abstract java.lang.Object getValue()