Package com.smartgwt.client.data
Interface MultiSortCallback
public interface MultiSortCallback
Called when the user defines and accepts one or more SortSpecifiers in the
MultiSortDialog
. Single parameter sortLevels is an
Array of SortSpecifier or null if the user cancelled the dialog.-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(SortSpecifier[] sortLevels) Called when the user defines and accepts one or more SortSpecifiers.
-
Method Details
-
execute
Called when the user defines and accepts one or more SortSpecifiers. Single parameter sortLevels is an Array of SortSpecifier or null if the user cancelled the dialog.- Parameters:
sortLevels
- the sortLevels- See Also:
-