|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an object that works with a PropertySelection
component
to render the individual elements obtained from the model
.
Method Summary | |
void |
beginRender(PropertySelection component,
IResponseWriter writer,
IRequestCycle cycle)
Begins the rendering of the PropertySelection . |
void |
endRender(PropertySelection component,
IResponseWriter writer,
IRequestCycle cycle)
Ends the rendering of the PropertySelection . |
void |
renderOption(PropertySelection component,
IResponseWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Invoked for each element obtained from the model . |
Method Detail |
public void beginRender(PropertySelection component, IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
PropertySelection
.public void renderOption(PropertySelection component, IResponseWriter writer, IRequestCycle cycle, IPropertySelectionModel model, java.lang.Object option, int index, boolean selected) throws RequestCycleException
model
.public void endRender(PropertySelection component, IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
PropertySelection
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |