org.apache.myfaces.examples.ppr
Class PPRScrollerExampleBean

java.lang.Object
  extended byorg.apache.myfaces.examples.ppr.SortableList
      extended byorg.apache.myfaces.examples.ppr.PPRScrollerExampleBean
All Implemented Interfaces:
java.io.Serializable

public class PPRScrollerExampleBean
extends SortableList
implements java.io.Serializable

Author:
Isabel Corniche, Martin Marinschek
See Also:
Serialized Form

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

PPRScrollerExampleBean

public PPRScrollerExampleBean()
Method Detail

getCars

public java.util.List getCars()

setCars

public void setCars(java.util.List cars)

isDefaultAscending

protected boolean isDefaultAscending(java.lang.String sortColumn)
Description copied from class: SortableList
Is the default sort direction for the given column "ascending" ?

Specified by:
isDefaultAscending in class SortableList

sort

protected void sort(java.lang.String column,
                    boolean ascending)
Description copied from class: SortableList
Sort the list.

Specified by:
sort in class SortableList


Copyright © 2007 Apache Software Foundation. All Rights Reserved.