Interface ISelectableListener<T extends Serializable>

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable
    All Known Implementing Classes:
    Selectable

    public interface ISelectableListener<T extends Serializable>
    extends org.apache.wicket.util.io.IClusterable
    Event listener shared by the Selectable widget and the SelectableBehavior
    Author:
    Sebastien Briquet - sebfz1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onSelect​(org.apache.wicket.ajax.AjaxRequestTarget target, List<T> items)
      Triggered when a selection has been made (stops)
    • Method Detail

      • onSelect

        void onSelect​(org.apache.wicket.ajax.AjaxRequestTarget target,
                      List<T> items)
        Triggered when a selection has been made (stops)
        Parameters:
        target - the AjaxRequestTarget
        items - the List of selected items