PHP 클래스 kartik\grid\BooleanColumn

To add a BooleanColumn to the gridview, add it to the [[GridView::columns|columns]] configuration as follows: php 'columns' => [ ... [ 'class' => BooleanColumn::className(), you may configure additional properties here ], ]
부터: 1.0
저자: Kartik Visweswaran ([email protected])
상속: extends DataColumn
파일 보기 프로젝트 열기: kartik-v/yii2-grid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$falseIcon icon/indicator for the false value. If this is null, it will use the value from falseLabel. If GridView bootstrap property is set to true - it will default to [[GridView::ICON_INACTIVE]].
$falseLabel label for the false value. Defaults to Inactive.
$format
$hAlign
$showNullAsFalse whether to show null value as a false icon.
$trueIcon icon/indicator for the true value. If this is not set, it will use the value from trueLabel. If GridView bootstrap property is set to true - it will default to [[GridView::ICON_ACTIVE]].
$trueLabel label for the true value. Defaults to Active.
$width

공개 메소드들

메소드 설명
getDataCellValue ( $model, $key, $index )
init ( )

메소드 상세

getDataCellValue() 공개 메소드

public getDataCellValue ( $model, $key, $index )

init() 공개 메소드

public init ( )

프로퍼티 상세

$falseIcon 공개적으로 프로퍼티

icon/indicator for the false value. If this is null, it will use the value from falseLabel. If GridView bootstrap property is set to true - it will default to [[GridView::ICON_INACTIVE]].
public $falseIcon

$falseLabel 공개적으로 프로퍼티

label for the false value. Defaults to Inactive.
public $falseLabel

$format 공개적으로 프로퍼티

public $format

$hAlign 공개적으로 프로퍼티

public $hAlign

$showNullAsFalse 공개적으로 프로퍼티

whether to show null value as a false icon.
public $showNullAsFalse

$trueIcon 공개적으로 프로퍼티

icon/indicator for the true value. If this is not set, it will use the value from trueLabel. If GridView bootstrap property is set to true - it will default to [[GridView::ICON_ACTIVE]].
public $trueIcon

$trueLabel 공개적으로 프로퍼티

label for the true value. Defaults to Active.
public $trueLabel

$width 공개적으로 프로퍼티

public $width