Type Parameters:
T - The model object type
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ItemTask<T>
Functional interface for handling item tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    click(org.apache.wicket.markup.repeater.Item<T> rowItem, org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<T>> cellItem, org.apache.wicket.ajax.AjaxRequestTarget target)
    Handles click action on the item.
  • Method Details

    • click

      void click(org.apache.wicket.markup.repeater.Item<T> rowItem, org.apache.wicket.markup.repeater.Item<org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<T>> cellItem, org.apache.wicket.ajax.AjaxRequestTarget target)
      Handles click action on the item.
      Parameters:
      item - the rowItem Item
      item - the cellItem Item
      target - the AjaxRequestTarget that initiated the action