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
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getAbbreviatedText ( ) : string
getCategoryText ( ) : string
getScope ( ) : TTableHeaderScope
setAbbreviatedText ( $value )
setCategoryText ( $value )
setScope ( $value )

Protected Methods

Method Description
addAttributesToRender ( $writer ) Adds attributes to renderer.
getTagName ( ) : string

Method Details

addAttributesToRender() protected method

Adds attributes to renderer.
protected addAttributesToRender ( $writer )

getAbbreviatedText() public method

public getAbbreviatedText ( ) : string
return string the abbr attribute of the HTML th element

getCategoryText() public method

public getCategoryText ( ) : string
return string the axis attribute of the HTML th element

getScope() public method

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

getTagName() protected method

protected getTagName ( ) : string
return string tag name for the table header cell

setAbbreviatedText() public method

public setAbbreviatedText ( $value )

setCategoryText() public method

public setCategoryText ( $value )

setScope() public method

public setScope ( $value )