Class SelectableListDataProvider<W extends Serializable,​T extends Serializable>

    • Constructor Detail

      • SelectableListDataProvider

        public SelectableListDataProvider​(org.apache.wicket.Component Component,
                                          org.apache.wicket.model.IModel<List<T>> model)
      • SelectableListDataProvider

        public SelectableListDataProvider​(org.apache.wicket.Component Component,
                                          boolean useCache,
                                          boolean useDefaultSortingField)