public interface IPropertySelectionRenderer
PropertySelection
component
to render the individual elements obtained from the model
.Modifier and Type | Method and Description |
---|---|
void |
beginRender(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Begins the rendering of the
PropertySelection . |
void |
endRender(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle)
Ends the rendering of the
PropertySelection . |
void |
renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Invoked for each element obtained from the
model . |
void beginRender(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
PropertySelection
.void renderOption(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle, IPropertySelectionModel model, java.lang.Object option, int index, boolean selected)
model
.void endRender(PropertySelection component, IMarkupWriter writer, IRequestCycle cycle)
PropertySelection
.