|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.form.RadioPropertySelectionRenderer
public class RadioPropertySelectionRenderer
Implementation of IPropertySelectionRenderer
that
produces a table of radio (<input type=radio>) elements.
Constructor Summary | |
---|---|
RadioPropertySelectionRenderer()
|
Method Summary | |
---|---|
void |
beginRender(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Writes the <table> element. |
void |
endRender(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Closes the <table> element. |
void |
renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Writes a row of the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadioPropertySelectionRenderer()
Method Detail |
---|
public void beginRender(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
beginRender
in interface IPropertySelectionRenderer
public void endRender(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
endRender
in interface IPropertySelectionRenderer
public void renderOption(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle, IPropertySelectionModel model, Object option, int index, boolean selected)
renderOption
in interface IPropertySelectionRenderer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |