PHP Class Prado\Web\UI\WebControls\TTableHeaderCell

TTableHeaderCell displays a table header cell on a Web page.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TTableCell
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getAbbreviatedText ( ) : string
getCategoryText ( ) : string
getScope ( ) : TTableHeaderScope
setAbbreviatedText ( $value )
setCategoryText ( $value )
setScope ( $value )

Méthodes protégées

Méthode Description
addAttributesToRender ( $writer ) Adds attributes to renderer.
getTagName ( ) : string

Method Details

addAttributesToRender() protected méthode

Adds attributes to renderer.
protected addAttributesToRender ( $writer )

getAbbreviatedText() public méthode

public getAbbreviatedText ( ) : string
Résultat string the abbr attribute of the HTML th element

getCategoryText() public méthode

public getCategoryText ( ) : string
Résultat string the axis attribute of the HTML th element

getScope() public méthode

public getScope ( ) : TTableHeaderScope
Résultat TTableHeaderScope the scope of the cells that the header cell applies to. Defaults to TTableHeaderScope::NotSet.

getTagName() protected méthode

protected getTagName ( ) : string
Résultat string tag name for the table header cell

setAbbreviatedText() public méthode

public setAbbreviatedText ( $value )

setCategoryText() public méthode

public setCategoryText ( $value )

setScope() public méthode

public setScope ( $value )