|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.myfaces.examples.ppr.SortableList
org.apache.myfaces.examples.ppr.PPRScrollerExampleBean
| Constructor Summary | |
PPRScrollerExampleBean()
|
|
| Method Summary | |
java.util.List |
getCars()
|
protected boolean |
isDefaultAscending(java.lang.String sortColumn)
Is the default sort direction for the given column "ascending" ? |
void |
setCars(java.util.List cars)
|
protected void |
sort(java.lang.String column,
boolean ascending)
Sort the list. |
| Methods inherited from class org.apache.myfaces.examples.ppr.SortableList |
getSort, isAscending, setAscending, setSort, sort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PPRScrollerExampleBean()
| Method Detail |
public java.util.List getCars()
public void setCars(java.util.List cars)
protected boolean isDefaultAscending(java.lang.String sortColumn)
SortableList
isDefaultAscending in class SortableList
protected void sort(java.lang.String column,
boolean ascending)
SortableList
sort in class SortableList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||