*/
protected void performSortingAndFiltering ( final E parentNode, final boolean recursively )
{
// todo Restore tree state only for the updated node
// Saving tree state to restore it right after childs update
final TreeState treeState = tree.getTreeState ();
// Updating root node childs
if ( recursively )
{
performSortingAndFilteringRecursivelyImpl ( parentNode );