org.apache.myfaces.examples.listexample
Class SimpleAutoSortableCarList

java.lang.Object
  extended by org.apache.myfaces.examples.listexample.SimpleAutoSortableCarList

public class SimpleAutoSortableCarList
extends Object

Author:
Catalin Kormos

Constructor Summary
SimpleAutoSortableCarList()
           
 
Method Summary
 List getCars()
           
 String getSortColumn()
           
 boolean isSortAscending()
           
 void setCars(List cars)
           
 void setSortAscending(boolean sortAscending)
           
 void setSortColumn(String sortColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAutoSortableCarList

public SimpleAutoSortableCarList()
Method Detail

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.