}
if(tt.isCheckboxSelection() && tt.isSelectionRequest(context)) {
String selectedNodeRowKey = params.get(clientId + "_instantSelection");
tt.setRowKey(selectedNodeRowKey);
TreeNode selectedNode = tt.getRowNode();
List<String> descendantRowKeys = new ArrayList<String>();
tt.populateRowKeys(selectedNode, descendantRowKeys);
int size = descendantRowKeys.size();
StringBuilder sb = SharedStringBuilder.get(context, SB_DECODE_SELECTION);