Class orion.explorer.SelectionRenderer
				
				
			
				This  renderer renders a tree table and installs a selection and cursoring model to
allow the user to make selections without using checkboxes.
Override orion.explorer.SelectionRenderer#getCellHeaderElement  and
orion.explorer.SelectionRenderer#getCellElement to generate table content.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorer.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 getCellElement(col_no, item, tableRow)
								 
								Override to return a dom element containing table cell, preferable  
							td | 
						|
| 
								 getCellHeaderElement(col_no)
								 
								Override to return a dom element containing table header, preferably  
							th | 
						
					Method Detail
				
				
					 
					
					
					
					getCellElement(col_no, item, tableRow)
					
					
					
						Override to return a dom element containing table cell, preferable 
					
					
					
						
							td
						
						
					- Parameters:
 - col_no
 - number of column
 - item
 - item to be rendered
 - tableRow
 - the current table row
 
					
					
					getCellHeaderElement(col_no)
					
					
					
						Override to return a dom element containing table header, preferably 
					
					
					
						
							th
						
						
					- Parameters:
 - col_no
 - number of column