Uses of Class
ch.ralscha.extdirectspring.bean.SortDirection

Packages that use SortDirection
ch.ralscha.extdirectspring.bean   
 

Uses of SortDirection in ch.ralscha.extdirectspring.bean
 

Methods in ch.ralscha.extdirectspring.bean that return SortDirection
static SortDirection SortDirection.fromString(String name)
           
 SortDirection SortInfo.getDirection()
           
static SortDirection SortDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortDirection[] SortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.ralscha.extdirectspring.bean with parameters of type SortDirection
 void SortInfo.setDirection(SortDirection direction)
           
 void MetaData.setSortInfo(String field, SortDirection direction)
           
 

Constructors in ch.ralscha.extdirectspring.bean with parameters of type SortDirection
SortInfo(String property, SortDirection direction)
           
 



Copyright © 2010-2011. All Rights Reserved.