Interface ListDataTable.TableSelectionListener<T>

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
AbstractListingPlugin, ExpandCollapseListingPlugin
Enclosing class:
ListDataTable<T>

public static interface ListDataTable.TableSelectionListener<T> extends org.apache.wicket.util.io.IClusterable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selectionChanged(org.apache.wicket.model.IModel<T> model)
     
  • Method Details

    • selectionChanged

      void selectionChanged(org.apache.wicket.model.IModel<T> model)