Uses of Class
com.liferay.faces.util.model.SortCriterion.Order

Packages that use SortCriterion.Order
com.liferay.faces.util.model   
 

Uses of SortCriterion.Order in com.liferay.faces.util.model
 

Methods in com.liferay.faces.util.model that return SortCriterion.Order
 SortCriterion.Order SortCriterion.getOrder()
           
static SortCriterion.Order SortCriterion.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortCriterion.Order[] SortCriterion.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.faces.util.model with parameters of type SortCriterion.Order
 void SortCriterion.setOrder(SortCriterion.Order order)
           
 

Constructors in com.liferay.faces.util.model with parameters of type SortCriterion.Order
SortCriterion(String columnId, SortCriterion.Order order)
           
 



Copyright © 2015 Liferay, Inc.. All rights reserved.