public class AccountContentDataProvider extends BaseSortableDataProvider<AccountContentDto>
BaseSortableDataProvider.CachedSize
Constructor and Description |
---|
AccountContentDataProvider(org.apache.wicket.Component component,
org.apache.wicket.model.IModel<String> resourceOid,
org.apache.wicket.model.IModel<QName> objectClass,
org.apache.wicket.model.IModel<Boolean> useObjectCountingModel) |
Modifier and Type | Method and Description |
---|---|
protected void |
addInlineMenuToDto(AccountContentDto dto) |
Iterator<AccountContentDto> |
internalIterator(long first,
long count) |
protected int |
internalSize() |
org.apache.wicket.model.IModel<Boolean> |
isSizeAvailableModel()
Flag method for
TablePanel . |
void |
setQuery(ObjectQuery query) |
addCachedSize, clearCache, createPaging, getAvailableData, getCacheCleanupThreshold, getCachedSize, getModel, getModelInteractionService, getPage, getQuery, getTaskManager, getTaskService, getWorkflowService, iterator, model, saveProviderPaging, setCacheCleanupThreshold, size
public Iterator<AccountContentDto> internalIterator(long first, long count)
internalIterator
in class BaseSortableDataProvider<AccountContentDto>
public void setQuery(ObjectQuery query)
setQuery
in class BaseSortableDataProvider<AccountContentDto>
protected int internalSize()
internalSize
in class BaseSortableDataProvider<AccountContentDto>
protected void addInlineMenuToDto(AccountContentDto dto)
public org.apache.wicket.model.IModel<Boolean> isSizeAvailableModel()
BaseSortableDataProvider
TablePanel
. If true navigation panel with paging "X to Y from Z results is shown",
otherwise only "previous and next" simple paging is used.isSizeAvailableModel
in class BaseSortableDataProvider<AccountContentDto>
Copyright © 2015 evolveum. All rights reserved.