Uses of Class
org.jickr.PhotoSearch.Sort

Uses of PhotoSearch.Sort in org.jickr
 

Methods in org.jickr that return PhotoSearch.Sort
 PhotoSearch.Sort PhotoSearch.getSort()
          Get the sort order for Photos returned by the search.
static PhotoSearch.Sort PhotoSearch.Sort.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PhotoSearch.Sort[] PhotoSearch.Sort.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jickr with parameters of type PhotoSearch.Sort
 void PhotoSearch.setSort(PhotoSearch.Sort sort)
          Set the sort order for Photos returned by the search.