Uses of Class
cz.psika.numerist.Manager.SORT_TYPE

Packages that use Manager.SORT_TYPE
cz.psika.numerist Nearly all application classes live within this package. 
 

Uses of Manager.SORT_TYPE in cz.psika.numerist
 

Methods in cz.psika.numerist that return Manager.SORT_TYPE
static Manager.SORT_TYPE Manager.SORT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Manager.SORT_TYPE[] Manager.SORT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.psika.numerist with parameters of type Manager.SORT_TYPE
 void Manager.sortItems(Manager.SORT_TYPE sortType, boolean ascending)
          Sort items according to selected sorting criteria.