Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3478

Allow for dynamic prefix and suffixes in CheckBoxMultipleChoice

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.16
    • 1.5-RC6
    • wicket
    • None
    • All

    Description

      Currently, CheckBoxMultipleChoice has support for a prefix and a suffix to be defined for each choice being rendered. However, there is no way to change them based on the item being rendered. A possible use case is in case some data needs to be used in either the suffix or prefix for Ajax or other javascript related use.

      Please consider adding
      getPrefix(int index, T choice), and getSuffix(int index, T choice) methods to this component and using them instead of getPrefix() and getSuffix() within the onComponentTagBody method.

      Attachments

        Activity

          People

            jdonnerstag Juegen Donnerstag
            rpilani Rahul Pilani
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: