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 Type
    Method
    Description
    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

      Object getDescriptionValue(T choice)
      Return the description for the given choice, if any.