Interface ILazyListModel<T>
-
- All Known Subinterfaces:
ILazyEntityListModel<T>
- All Known Implementing Classes:
LazyEntityListModel,LazyProcessListModel,LazyProjectWrapperListModel
public interface ILazyListModel<T>- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetRowData(String rowKey)StringgetRowKey(T object)TgetSelected()List<T>load(int first, int pageSize, Map<String,org.primefaces.model.SortMeta> multiSortMeta, Map<String,org.primefaces.model.FilterMeta> filters)voidsetSelected(T selected)
-