PHP 클래스 TbGroupButtonColumn

Used to set buttons group.
상속: extends CButtonColumn
파일 보기 프로젝트 열기: yinhe/yincart

보호된 메소드들

메소드 설명
renderButton ( string $id, array $button, integer $row, mixed $data ) Renders a link button.
renderDataCellContent ( integer $row, mixed $data ) Renders the data cell content.

메소드 상세

renderButton() 보호된 메소드

Renders a link button.
protected renderButton ( string $id, array $button, integer $row, mixed $data )
$id string the ID of the button
$button array the button configuration which may contain 'label', 'url', 'imageUrl' and 'options' elements.
$row integer the row number (zero-based)
$data mixed the data object associated with the row

renderDataCellContent() 보호된 메소드

This method renders the view, update and delete buttons in the data cell.
protected renderDataCellContent ( integer $row, mixed $data )
$row integer the row number (zero-based)
$data mixed the data associated with the row