Class QCheckBoxLegacyColumn
This defines a specific column
- QBaseClass
- 
			 QDataGridLegacyColumn QDataGridLegacyColumn
- 
			 QCheckBoxLegacyColumn QCheckBoxLegacyColumn
| 
			 public 
			
			
			 | 
		#
		 __construct( string $strName, Creates a QDataGridLegacyColumn of checkboxes | 
| 
			 protected 
			integer
			
			 | |
| 
			 public 
			
			
			 | 
		#
		 SetCheckboxCallback( Object $objParent, string $strFuncName )Sets the callback method for when a checkbox is created. Used for initializing the checkbox state | 
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			string
			
			 | |
| 
			 public 
			array
			
			 | 
		#
		 GetSelectedItems( string $strClass, boolean $blnIndex = true, null $objClauses = null )Returns an array of items for the selected rows, loaded using the specified class's Load($id) method | 
| 
			 public 
			array
			
			 | 
		#
		 GetSelectedIds( )Returns an array of the Ids of the items selected. Note this only includes rendered controls. | 
| 
			 public 
			bool[]
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			mixed
			
			 | |
| 
			 public 
			mixed
			
			 | 
| 
			ClearFilter(), 
			FilterAddListItem(), 
			GetActiveFilterState(), 
			GetActiveFilterValue(), 
			GetAttributes(), 
			HasFilter(), 
			SetActiveFilterState()
		 | 
| 
			OverrideAttributes(), 
			__call()
		 | 
| 
			protected  
			
		 | $objDataGrid | |
| 
			protected  
			boolean
		 | $blnHtmlEntities Determines if the contents of this column have to be processed through HtmlEntities | 
				#
				 false | 
| 
			protected  
			
		 | $chkSelectAll | |
| 
			protected  
			integer
		 | $colIndex | 
				#
				 -1 | 
| 
			protected  
			
		 | $objCheckboxCallback | 
				#
				 null | 
| 
			protected  
			
		 | $strCheckboxCallbackFunc | 
				#
				 null | 
| 
			protected  
			string
		 | $strPrimaryKey | 
				#
				 'Id' |