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