| Package | Description |
|---|---|
| org.shept.org.springframework.beans.support | |
| org.shept.org.springframework.web.servlet.mvc.delegation.component |
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceListHolder<E> |
class |
FilteredListHolder<E>
FilteredListHolder is a PagedListHolder subclass with reloading capabilities.
|
class |
PagedListHolder<E>
This is an extended version of the original PagedListHolder as delivered by
the spring framework.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ListPersistenceComponent.doCustomTransaction(String transaction,
PageableList<?> pagedList,
Integer idx)
Execute a custom transaction
First it will be checked if there is a transaction for the PageableList available
Then the dao is checked for a transaction with a List argument, which will contain only
the visible part of the page to be commited.
|
protected void |
ListPersistenceComponent.doDelete(javax.servlet.http.HttpServletRequest request,
PageableList<?> listHolder,
int idx) |
protected void |
ListPersistenceComponent.doSaveList(javax.servlet.http.HttpServletRequest request,
PageableList<?> listHolder) |
protected ModelCreation |
ListPersistenceComponent.getModelCreation(PageableList<?> listHolder) |
private void |
PagedListComponent.resort(PageableList<?> pagedList,
String columnName,
boolean asc) |
Copyright © 2014. All Rights Reserved.