org.apache.myfaces.examples.listexample
Class SimpleAutoSortableCarList
java.lang.Object
org.apache.myfaces.examples.listexample.SimpleAutoSortableCarList
public class SimpleAutoSortableCarList
- extends java.lang.Object
- Author:
- Catalin Kormos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAutoSortableCarList
public SimpleAutoSortableCarList()
getCars
public java.util.List getCars()
setCars
public void setCars(java.util.List cars)
getSortColumn
public java.lang.String getSortColumn()
setSortColumn
public void setSortColumn(java.lang.String sortColumn)
isSortAscending
public boolean isSortAscending()
setSortAscending
public void setSortAscending(boolean sortAscending)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.