PHP Класс Prado\Web\UI\WebControls\TTableHeaderCell

TTableHeaderCell displays a table header cell on a Web page.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends TTableCell
Показать файл Открыть проект

Открытые методы

Метод Описание
getAbbreviatedText ( ) : string
getCategoryText ( ) : string
getScope ( ) : TTableHeaderScope
setAbbreviatedText ( $value )
setCategoryText ( $value )
setScope ( $value )

Защищенные методы

Метод Описание
addAttributesToRender ( $writer ) Adds attributes to renderer.
getTagName ( ) : string

Описание методов

addAttributesToRender() защищенный Метод

Adds attributes to renderer.
protected addAttributesToRender ( $writer )

getAbbreviatedText() публичный Метод

public getAbbreviatedText ( ) : string
Результат string the abbr attribute of the HTML th element

getCategoryText() публичный Метод

public getCategoryText ( ) : string
Результат string the axis attribute of the HTML th element

getScope() публичный Метод

public getScope ( ) : TTableHeaderScope
Результат TTableHeaderScope the scope of the cells that the header cell applies to. Defaults to TTableHeaderScope::NotSet.

getTagName() защищенный Метод

protected getTagName ( ) : string
Результат string tag name for the table header cell

setAbbreviatedText() публичный Метод

public setAbbreviatedText ( $value )

setCategoryText() публичный Метод

public setCategoryText ( $value )

setScope() публичный Метод

public setScope ( $value )