PHP 클래스 Prado\Web\UI\ActiveControls\TActiveLiteralColumn

TActiveLiteralColumn represents a static text column that is bound to a field in a data source. The cells in the column will be displayed with static texts using the data indexed by {@link setDataField DataField}. You can customize the display by setting {@link setDataFormatString DataFormatString}. If {@link setDataField DataField} is not specified, the cells will be filled with {@link setText Text}. If {@link setEncode Encode} is true, the static texts will be HTML-encoded. This is the active counterpart to the {@link TLiteralColumn} 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 TLiteralColumn} for usage.
부터: 3.1.9
저자: Fabio Bas ([email protected])
상속: extends Prado\Web\UI\WebControls\TLiteralColumn
파일 보기 프로젝트 열기: pradosoft/prado

보호된 메소드들

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

메소드 상세

initializeHeaderCell() 보호된 메소드

protected initializeHeaderCell ( $cell, $columnIndex )