Interface IDescriptiveChoiceRenderer<T>
- 
- All Superinterfaces:
 org.apache.wicket.markup.html.form.IChoiceRenderer<T>,org.apache.wicket.util.io.IClusterable,java.io.Serializable
- All Known Implementing Classes:
 RecordChoiceRenderer
public interface IDescriptiveChoiceRenderer<T> extends org.apache.wicket.markup.html.form.IChoiceRenderer<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetDescriptionValue(T choice)Return the description for the given choice, if any. 
 - 
 
- 
- 
Method Detail
- 
getDescriptionValue
java.lang.Object getDescriptionValue(T choice)
Return the description for the given choice, if any. 
 - 
 
 -