Richfaces UI Components API 4.2.2.Final

org.richfaces.model
Class SortField

java.lang.Object
  extended by org.richfaces.model.Field
      extended by org.richfaces.model.SortField
All Implemented Interfaces:
Serializable

public class SortField
extends Field

Author:
Konstantin Mishin
See Also:
Serialized Form

Constructor Summary
SortField(javax.el.ValueExpression sortBy, Comparator<?> comparator, SortOrder sortOrder)
           
 
Method Summary
 Comparator<?> getComparator()
           
 javax.el.ValueExpression getSortBy()
           
 SortOrder getSortOrder()
           
 
Methods inherited from class org.richfaces.model.Field
getExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortField

public SortField(javax.el.ValueExpression sortBy,
                 Comparator<?> comparator,
                 SortOrder sortOrder)
Method Detail

getSortBy

public javax.el.ValueExpression getSortBy()

getComparator

public Comparator<?> getComparator()

getSortOrder

public SortOrder getSortOrder()

Richfaces UI Components API 4.2.2.Final

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