PHP Class Prado\Web\UI\ActiveControls\TActiveCheckBoxColumn

TActiveCheckBoxColumn represents a checkbox column that is bound to a field in a data source. This is the active counterpart to the {@link TCheckBoxColumn} control. For that purpose, if sorting is allowed, the header links/buttons are replaced by active controls. Please refer to the original documentation of the {@link TCheckBoxColumn} for usage.
Since: 3.1.9
Author: LANDWEHR Computer und Software GmbH ([email protected])
Inheritance: extends Prado\Web\UI\WebControls\TCheckBoxColumn
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
initializeCell ( $cell, $columnIndex, $itemType ) Initializes the specified cell to its initial values.

Protected Methods

Method Description
initializeHeaderCell ( $cell, $columnIndex )

Method Details

initializeCell() public method

This method overrides the parent implementation. It creates a checkbox inside the cell. If the column is read-only or if the item is not in edit mode, the checkbox will be set disabled.
public initializeCell ( $cell, $columnIndex, $itemType )

initializeHeaderCell() protected method

protected initializeHeaderCell ( $cell, $columnIndex )