org.richfaces.model
Class SortField
java.lang.Object
org.richfaces.model.Field
org.richfaces.model.SortField
public class SortField
- extends Field
- Author:
- Konstantin Mishin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortField
public SortField(javax.el.ValueExpression sortBy,
Comparator<?> comparator,
SortOrder sortOrder)
getSortBy
public javax.el.ValueExpression getSortBy()
getComparator
public Comparator<?> getComparator()
getSortOrder
public SortOrder getSortOrder()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.