RichFaces Examples Iteration 4.1.0.20111111-CR1

org.richfaces.demo
Class FilteringAndSortingBean

java.lang.Object
  extended by org.richfaces.demo.FilteringAndSortingBean

public class FilteringAndSortingBean
extends Object


Constructor Summary
FilteringAndSortingBean()
           
 
Method Summary
 Comparator<?> getComparator()
           
 org.richfaces.component.SortOrder getEmailSortOrder()
           
 org.richfaces.model.Filter<?> getFilter()
           
 String getNameFilterValue()
           
 org.richfaces.component.SortOrder getNameSortOrder()
           
 String getTitleFilterValue()
           
 void setEmailSortOrder(org.richfaces.component.SortOrder emailSortOrder)
           
 void setNameFilterValue(String nameFilterValue)
           
 void setNameSortOrder(org.richfaces.component.SortOrder nameSortOrder)
           
 void setTitleFilterValue(String titleFilterValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteringAndSortingBean

public FilteringAndSortingBean()
Method Detail

getFilter

public org.richfaces.model.Filter<?> getFilter()

getComparator

public Comparator<?> getComparator()

setNameSortOrder

public void setNameSortOrder(org.richfaces.component.SortOrder nameSortOrder)

getNameSortOrder

public org.richfaces.component.SortOrder getNameSortOrder()

setEmailSortOrder

public void setEmailSortOrder(org.richfaces.component.SortOrder emailSortOrder)

getEmailSortOrder

public org.richfaces.component.SortOrder getEmailSortOrder()

setTitleFilterValue

public void setTitleFilterValue(String titleFilterValue)

getTitleFilterValue

public String getTitleFilterValue()

setNameFilterValue

public void setNameFilterValue(String nameFilterValue)

getNameFilterValue

public String getNameFilterValue()

RichFaces Examples Iteration 4.1.0.20111111-CR1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.