|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.contrib.form.CheckBoxMultiplePropertySelectionRenderer
public class CheckBoxMultiplePropertySelectionRenderer
Implementation of IMultiplePropertySelectionRenderer
that
produces a table of checkbox (<input type=checkbox>) elements.
Constructor Summary | |
---|---|
CheckBoxMultiplePropertySelectionRenderer()
|
Method Summary | |
---|---|
void |
beginRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Writes the <table> element. |
void |
endRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Closes the <table> element. |
void |
renderOption(MultiplePropertySelection 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 CheckBoxMultiplePropertySelectionRenderer()
Method Detail |
---|
public void beginRender(MultiplePropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
beginRender
in interface IMultiplePropertySelectionRenderer
public void endRender(MultiplePropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
endRender
in interface IMultiplePropertySelectionRenderer
public void renderOption(MultiplePropertySelection component, IMarkupWriter writer, IRequestCycle cycle, IPropertySelectionModel model, Object option, int index, boolean selected)
renderOption
in interface IMultiplePropertySelectionRenderer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |