| 
				 public static
				string
				
				 | 
			#
			boolean( integer $i, integer $value, string $taskOn = null, string $taskOff = null )
				
Display a boolean setting widget. 
				
Display a boolean setting widget. Parameters
						$iinteger- $i The row index.$valueinteger- $value The value of the boolean field.$taskOnstring- $taskOn Task to turn the boolean setting on.$taskOffstring- $taskOff Task to turn the boolean setting off.Returns
						string- The boolean setting widget.
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			sort( string $title, string $order, string $direction = 'asc', string $selected = '', string $task = null, string $new_direction = 'asc', string $tip = '', string $form = null )
				
Method to sort a column in a grid 
				
Method to sort a column in a grid Parameters
						$titlestring- $title The link title$orderstring- $order The order field for the column$directionstring- $direction The current direction$selectedstring- $selected The selected ordering$taskstring- $task An optional task override$new_directionstring- $new_direction An optional direction for the new column$tipstring- $tip An optional text shown as tooltip title instead of $title$formstring- $form An optional form selectorReturns
						string
 Since
							1.5
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			checkall( string $name = 'checkall-toggle', string $tip = 'JGLOBAL_CHECK_ALL', string $action = 'Joomla.checkAll(this)' )
				
Method to check all checkboxes in a grid 
				
Method to check all checkboxes in a grid Parameters
						$namestring- $name The name of the form element$tipstring- $tip The text shown as tooltip title instead of $tip$actionstring- $action The action to perform on clicking the checkboxReturns
						string
 Since
							3.1.2
 | 
		
			| 
				 public static
				mixed
				
				 | 
			#
			id( integer $rowNum, integer $recId, boolean $checkedOut = false, string $name = 'cid', string $stub = 'cb' )
				
Method to create a checkbox for a grid row. 
				
Method to create a checkbox for a grid row. Parameters
						$rowNuminteger- $rowNum The row index$recIdinteger- $recId The record id$checkedOutboolean- $checkedOut True if item is checked out$namestring- $name The name of the form element$stubstring- $stub The name of stub identifierReturns
						mixed- String of html with a checkbox if item is not checked out, null if checked out.
 Since
							1.5
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			checkedOut( object & $row, integer $i, string $identifier = 'id' )
				
Displays a checked out icon. 
				
Displays a checked out icon. Parameters
						$rowobject- &$row A data object (must contain checkedout as a property).$iinteger- $i The index of the row.$identifierstring- $identifier The property name of the primary key or index of the row.Returns
						string
 Since
							1.5
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			published( mixed $value, integer $i, string $img1 = 'tick.png', string $img0 = 'publish_x.png', string $prefix = '' )
				
Method to create a clickable icon to change the state of an item 
				
Method to create a clickable icon to change the state of an item Parameters
						$valuemixed- $value Either the scalar value or an object (for backward compatibility,
deprecated)$iinteger- $i The index$img1string- $img1 Image for a positive or on value$img0string- $img0 Image for the empty or off value$prefixstring- $prefix An optional prefix for the taskReturns
						string
 Since
							1.5
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			state( string $filter_state = '*', string $published = 'JPUBLISHED', string $unpublished = 'JUNPUBLISHED', string $archived = null, string $trashed = null )
				
Method to create a select list of states for filtering By default the filter
shows only published and unpublished items 
				
Method to create a select list of states for filtering By default the filter
shows only published and unpublished items Parameters
						$filter_statestring- $filter_state The initial filter state$publishedstring- $published The JText string for published$unpublishedstring- $unpublished The JText string for Unpublished$archivedstring- $archived The JText string for Archived$trashedstring- $trashed The JText string for TrashedReturns
						string
 Since
							1.5
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			order( array $rows, string $image = 'filesave.png', string $task = 'saveorder' )
				
Method to create an icon for saving a new ordering in a grid 
				
Method to create an icon for saving a new ordering in a grid Parameters
						$rowsarray- $rows The array of rows of rows$imagestring- $image The image [UNUSED]$taskstring- $task The task to use, defaults to save orderReturns
						string
 Since
							1.5
 | 
		
			| 
				 protected static
				string
				
				 | 
			#
			_checkedOut( object & $row, boolean $overlib = true )
				
Method to create a checked out icon with optional overlib in a grid. 
				
Method to create a checked out icon with optional overlib in a grid. Parameters
						$rowobject- &$row The row object$overlibboolean- $overlib True if an overlib with checkout information should be created.Returns
						string- HTMl for the icon and overlib
 Since
							1.5
 | 
		
			| 
				 public static
				
				
				 | 
			#
			behavior( )
				
Method to build the behavior script and add it to the document head. 
				
Method to build the behavior script and add it to the document head. Since
							1.6
 |