Uses of Class
org.apache.tapestry.contrib.palette.SortMode

Packages that use SortMode
org.apache.tapestry.contrib.palette   
 

Uses of SortMode in org.apache.tapestry.contrib.palette
 

Fields in org.apache.tapestry.contrib.palette declared as SortMode
static SortMode SortMode.NONE
          Sorting is not relevant and no sort controls should be visible.
static SortMode SortMode.LABEL
          Options should be sorted by their label.
static SortMode SortMode.VALUE
          Options should be sorted by thier value.
static SortMode SortMode.USER
          The user controls sort order; additional controls are added to allow the user to control the order of options in the selected list.
 

Methods in org.apache.tapestry.contrib.palette that return SortMode
abstract  SortMode Palette.getSort()