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 Summary
Modifier and TypeMethodDescriptiongetDescriptionValue
(T choice) Return the description for the given choice, if any.Methods inherited from interface org.apache.wicket.markup.html.form.IChoiceRenderer
getDisplayValue, getIdValue
-
Method Details
-
getDescriptionValue
Return the description for the given choice, if any.
-