| Package | Description |
|---|---|
| org.apache.tapestry.contrib.form |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckBoxMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Writes the <table> element.
|
void |
IMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Begins the rendering of the
MultiplePropertySelection. |
void |
CheckBoxMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Closes the <table> element.
|
void |
IMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
Ends the rendering of the
MultiplePropertySelection. |
void |
CheckBoxMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.form.IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Writes a row of the table.
|
void |
IMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.form.IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Invoked for each element obtained from the
model. |