PHP 클래스 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.
부터: 3.1.9
저자: LANDWEHR Computer und Software GmbH ([email protected])
상속: extends Prado\Web\UI\WebControls\TCheckBoxColumn
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
initializeCell ( $cell, $columnIndex, $itemType ) Initializes the specified cell to its initial values.

보호된 메소드들

메소드 설명
initializeHeaderCell ( $cell, $columnIndex )

메소드 상세

initializeCell() 공개 메소드

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 initializeHeaderCell ( $cell, $columnIndex )