org.apache.myfaces.examples.listexample
Class SimpleAutoSortableCarList
java.lang.Object
org.apache.myfaces.examples.listexample.SimpleAutoSortableCarList
public class SimpleAutoSortableCarList
- extends 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 List getCars()
setCars
public void setCars(List cars)
getSortColumn
public String getSortColumn()
setSortColumn
public void setSortColumn(String sortColumn)
isSortAscending
public boolean isSortAscending()
setSortAscending
public void setSortAscending(boolean sortAscending)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.