|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageableList | |
|---|---|
| org.shept.org.springframework.beans.support | |
| org.shept.org.springframework.web.servlet.mvc.delegation.component | |
| Uses of PageableList in org.shept.org.springframework.beans.support |
|---|
| Classes in org.shept.org.springframework.beans.support that implement PageableList | |
|---|---|
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. |
| Uses of PageableList in org.shept.org.springframework.web.servlet.mvc.delegation.component |
|---|
| Methods in org.shept.org.springframework.web.servlet.mvc.delegation.component with parameters of type PageableList | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||