Interface IDescriptiveChoiceRenderer<T>
- All Superinterfaces:
- org.apache.wicket.markup.html.form.IChoiceRenderer<T>,- org.apache.wicket.util.io.IClusterable,- Serializable
- All Known Implementing Classes:
- RecordChoiceRenderer
public interface IDescriptiveChoiceRenderer<T>
extends org.apache.wicket.markup.html.form.IChoiceRenderer<T>
- 
Method SummaryModifier and TypeMethodDescriptiongetDescriptionValue(T choice) Return the description for the given choice, if any.Methods inherited from interface org.apache.wicket.markup.html.form.IChoiceRenderergetDisplayValue, getIdValue
- 
Method Details- 
getDescriptionValueReturn the description for the given choice, if any.
 
-