PHP 클래스 yupe\widgets\CustomGridView

상속: extends TbExtendedGridView
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$actionsButtons boolean
$activeStatus
$ajaxUrl
$datePickers array
$enableHistory boolean
$headlinePosition string Value of headlinePosition:
$hideBulkActions Скрывать строку с кнопками
$inActiveStatus
$pageSizeVarName A name for query parameter, that stores page size specified by web-user.
$pageSizes Page sizes available to set for web-user.
$pagerCssClass string
$selectableRows integer
$showStatusText
$sortField string Field for sorting:
$sorter boolean
$template string

보호된 프로퍼티들

프로퍼티 타입 설명
$_pageSizesEnabled Whether rendering of page size selector at headline section is available and enabled.

공개 메소드들

메소드 설명
init ( ) : void Widget initialization
registerCustomClientScript ( )
reinstallDatePickers ( )
renderBulkActions ( )
renderHeadline ( ) : void Headline rendering method
renderMultiaction ( ) : nothing Function for rendering multiaction:
renderSorter ( ) : string
renderTableFooter ( )
renderTableHeader ( )

보호된 메소드들

메소드 설명
_updatePageSize ( ) : void Обновление размера страницы
initPageSizes ( ) : void Sets "pageSize" parameter at instance of CPagination which belongs to data provider.

메소드 상세

_updatePageSize() 보호된 메소드

Обновление размера страницы
protected _updatePageSize ( ) : void
리턴 void

init() 공개 메소드

Widget initialization
public init ( ) : void
리턴 void

initPageSizes() 보호된 메소드

The value to set or specified by the web-user or taken from the session, where it is being stored when user specifies it.
protected initPageSizes ( ) : void
리턴 void

registerCustomClientScript() 공개 메소드

reinstallDatePickers() 공개 메소드

renderBulkActions() 공개 메소드

public renderBulkActions ( )

renderHeadline() 공개 메소드

Headline rendering method
public renderHeadline ( ) : void
리턴 void

renderMultiaction() 공개 메소드

JS function variables: status - type of action: 1 - delete -------------------
public renderMultiaction ( ) : nothing
리턴 nothing

renderSorter() 공개 메소드

public renderSorter ( ) : string
리턴 string

renderTableFooter() 공개 메소드

public renderTableFooter ( )

renderTableHeader() 공개 메소드

public renderTableHeader ( )

프로퍼티 상세

$_pageSizesEnabled 보호되어 있는 프로퍼티

Whether rendering of page size selector at headline section is available and enabled.
protected $_pageSizesEnabled

$actionsButtons 공개적으로 프로퍼티

public bool $actionsButtons
리턴 boolean

$activeStatus 공개적으로 프로퍼티

public $activeStatus

$ajaxUrl 공개적으로 프로퍼티

public $ajaxUrl

$datePickers 공개적으로 프로퍼티

public array $datePickers
리턴 array

$enableHistory 공개적으로 프로퍼티

public bool $enableHistory
리턴 boolean

$headlinePosition 공개적으로 프로퍼티

Value of headlinePosition:
public string $headlinePosition
리턴 string

$hideBulkActions 공개적으로 프로퍼티

Скрывать строку с кнопками
public $hideBulkActions

$inActiveStatus 공개적으로 프로퍼티

public $inActiveStatus

$pageSizeVarName 공개적으로 프로퍼티

A name for query parameter, that stores page size specified by web-user.
public $pageSizeVarName

$pageSizes 공개적으로 프로퍼티

Page sizes available to set for web-user.
public $pageSizes

$pagerCssClass 공개적으로 프로퍼티

public string $pagerCssClass
리턴 string

$selectableRows 공개적으로 프로퍼티

public int $selectableRows
리턴 integer

$showStatusText 공개적으로 프로퍼티

public $showStatusText

$sortField 공개적으로 프로퍼티

Field for sorting:
public string $sortField
리턴 string

$sorter 공개적으로 프로퍼티

public bool $sorter
리턴 boolean

$template 공개적으로 프로퍼티

public string $template
리턴 string