|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiplePropertySelection | |
---|---|
org.apache.tapestry.contrib.form | Form controls for things liked masked input editing on text fields and multi property selection semantics. |
Uses of MultiplePropertySelection in org.apache.tapestry.contrib.form |
---|
Methods in org.apache.tapestry.contrib.form with parameters of type MultiplePropertySelection | |
---|---|
void |
IMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Begins the rendering of the MultiplePropertySelection . |
void |
CheckBoxMultiplePropertySelectionRenderer.beginRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Writes the <table> element. |
void |
IMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Ends the rendering of the MultiplePropertySelection . |
void |
CheckBoxMultiplePropertySelectionRenderer.endRender(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Closes the <table> element. |
void |
IMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Invoked for each element obtained from the model . |
void |
CheckBoxMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Writes a row of the table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |