|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiplePropertySelection | |
|---|---|
| org.apache.tapestry.contrib.form | |
| Uses of MultiplePropertySelection in org.apache.tapestry.contrib.form |
|---|
| Methods in org.apache.tapestry.contrib.form with parameters of type MultiplePropertySelection | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||