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

Generify PropertyColumn

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4-M3
    • 1.4-RC1
    • wicket-extensions
    • None

    Description

      PropertyColumn overrides populateItem incorrectly. PropertyColumn has:
      public void populateItem(Item item, String componentId, IModel model)

      whereas ICellPopulator has:
      void populateItem(final Item<ICellPopulator<T>> cellItem, final String componentId,
      final IModel<T> rowModel);

      This makes it hard to extend PropertyColumn.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            sualeh Sualeh Fatehi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: