RichFaces Showcase 4.3.1.CR1

org.richfaces.demo.arrangeablemodel
Class PersonBean

java.lang.Object
  extended by org.richfaces.demo.arrangeablemodel.PersonBean
All Implemented Interfaces:
Serializable

public class PersonBean
extends Object
implements Serializable

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
PersonBean()
           
 
Method Summary
 Object getDataModel()
           
 Map<String,String> getFilterValues()
           
 Map<String,org.richfaces.component.SortOrder> getSortOrders()
           
 String getSortProperty()
           
 void setSortProperty(String sortPropety)
           
 void toggleSort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonBean

public PersonBean()
Method Detail

getSortOrders

public Map<String,org.richfaces.component.SortOrder> getSortOrders()

getFilterValues

public Map<String,String> getFilterValues()

getSortProperty

public String getSortProperty()

setSortProperty

public void setSortProperty(String sortPropety)

toggleSort

public void toggleSort()

getDataModel

public Object getDataModel()

RichFaces Showcase 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.