jQuery('[id="formId:tableId"].columnCheckBoxStyleClass').each(function() {this.checked = param});
jQuery(document.getElementById('formId:tableId')).filter('.columnCheckBoxStyleClass').each(function() {this.checked = param});