PHP 클래스 Prado\Web\UI\WebControls\TTableHeaderCell

TTableHeaderCell displays a table header cell on a Web page.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TTableCell
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )