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.

See Also:
MultiSortDialog.askForSort(com.smartgwt.client.widgets.DataBoundComponent, SortSpecifier[], MultiSortCallback)

Method Summary
 void execute(SortSpecifier[] sortLevels)
          Called when the user defines and accepts one or more SortSpecifiers.
 

Method Detail

execute

void execute(SortSpecifier[] sortLevels)
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:
MultiSortDialog.askForSort(com.smartgwt.client.widgets.DataBoundComponent, SortSpecifier[], MultiSortCallback)