Method | Description | |
---|---|---|
AddColumn ( QDataGridColumn $objColumn ) | Used to add a DataGridColumn to this DataGrid | |
AddColumnAt ( $intColumnIndex, QDataGridColumn $objColumn ) | ||
GetAllColumns ( ) | ||
GetAttributes ( $blnIncludeCustom = true, $blnIncludeAction = false ) | ||
GetColumn ( $intColumnIndex ) | ||
GetColumnByName ( $strName ) | ||
GetColumnsByName ( $strName ) | ||
GetJavaScriptAction ( ) | ||
GetStyleAttributes ( ) | ||
OverrideRowStyle ( $intRowIndex, $objStyle ) | the RowIndex and the DataGridRowStyle with which to override | |
ParsePostData ( ) | The Table, itself, should have no actions defined on it and should not be parsing anything | |
RemoveAllColumns ( ) | ||
RemoveColumn ( $intColumnIndex ) | ||
RemoveColumnByName ( $strName ) | ||
RemoveColumnsByName ( $strName ) | ||
Sort_Click ( $strFormId, $strControlId, $strParameter ) | Parse the _POST to see if the user is requesting a change in the sort column or page | |
__construct ( $objParentObject, $strControlId = null ) | ||
__get ( $strName ) | ||
__set ( $strName, $mixValue ) |
Method | Description | |
---|---|---|
GetControlHtml ( ) | ||
GetDataGridRowHtml ( $objObject ) | ||
GetFooterRowHtml ( ) | ||
GetHeaderRowHtml ( ) | ||
GetHeaderSortedHtml ( QDataGridColumn $objColumn ) | ||
GetPaginatorRowHtml ( $objPaginator ) | ||
ParseColumnHtml ( $objColumn, $objObject ) | Used upon rendering to find backticks and perform PHP eval's | |
PersistPrepare ( ) |
public AddColumn ( QDataGridColumn $objColumn ) | ||
$objColumn | QDataGridColumn |
public AddColumnAt ( $intColumnIndex, QDataGridColumn $objColumn ) | ||
$objColumn | QDataGridColumn |
public GetAttributes ( $blnIncludeCustom = true, $blnIncludeAction = false ) |
protected GetHeaderSortedHtml ( QDataGridColumn $objColumn ) | ||
$objColumn | QDataGridColumn |
public OverrideRowStyle ( $intRowIndex, $objStyle ) |
protected ParseColumnHtml ( $objColumn, $objObject ) |
public ParsePostData ( ) |
public Sort_Click ( $strFormId, $strControlId, $strParameter ) |