// TODO should be first invokeMethodBinding and the update state
getSheetState(getFacesContext()).updateSortState((SortActionEvent) facesEvent);
FacesUtils.invokeMethodBinding(getFacesContext(), methodBinding, facesEvent);
} else {
getSheetState(getFacesContext()).updateSortState((SortActionEvent) facesEvent);
new Sorter().perform((SortActionEvent) facesEvent);
}
}
}