Class CFW_Html_Table

Description

Table要素簡易作成

  • author: okada

Located in /Html/Table.php (line 9)


	
			
Variable Summary
mixed $columns
mixed $id
mixed $rows
mixed $styleName
mixed $styles
Method Summary
static string create (unknown_type $id, unknown_type $columns, unknown_type $rows, [unknown_type $styleName = ""], [unknown_type $styles = array()])
unknown_type __construct (unknown_type $id, unknown_type $columns, unknown_type $rows, [unknown_type $styleName = ""], [unknown_type $styles = array()])
unknown_type addColumn (unknown_type $headerText, unknown_type $dataField, [unknown_type $styleName = ""])
string render ()
unknown_type renderBody ()
string renderFooter ()
unknown_type renderHeader ()
unknown_type setRows (unknown_type $rows)
unknown_type setStyle (unknown_type $propertyName, unknown_type $value)
unknown_type setStyleName (unknown_type $styleName)
Variables
mixed $columns (line 14)
mixed $id (line 10)
mixed $rows (line 15)
mixed $styleName (line 11)
mixed $styles (line 12)
Methods
static method create (line 175)

ショートカットメソッド

  • access: public
static string create (unknown_type $id, unknown_type $columns, unknown_type $rows, [unknown_type $styleName = ""], [unknown_type $styles = array()])
  • unknown_type $id
  • unknown_type $columns
  • unknown_type $rows
  • unknown_type $styleName
  • unknown_type $styles
Constructor __construct (line 26)

構築

  • access: public
unknown_type __construct (unknown_type $id, unknown_type $columns, unknown_type $rows, [unknown_type $styleName = ""], [unknown_type $styles = array()])
  • unknown_type $id
  • unknown_type $columns
  • unknown_type $rows
  • unknown_type $styleName
  • unknown_type $styles
addColumn (line 41)

列を追加

  • access: public
unknown_type addColumn (unknown_type $headerText, unknown_type $dataField, [unknown_type $styleName = ""])
  • unknown_type $headerText
  • unknown_type $dataField
  • unknown_type $styleName
render (line 76)

描画

  • access: public
string render ()
renderBody (line 117)

tbody描画

  • access: protected
unknown_type renderBody ()
renderFooter (line 162)

tfoot描画

  • access: protected
string renderFooter ()
renderHeader (line 103)

thead描画

  • access: protected
unknown_type renderHeader ()
setRows (line 69)

データ行設定

  • access: public
unknown_type setRows (unknown_type $rows)
  • unknown_type $rows
setStyle (line 61)

スタイル設定

  • access: public
unknown_type setStyle (unknown_type $propertyName, unknown_type $value)
  • unknown_type $propertyName
  • unknown_type $value
setStyleName (line 52)

cssスタイルクラス名 設定

  • access: public
unknown_type setStyleName (unknown_type $styleName)
  • unknown_type $styleName

Documentation generated on Fri, 25 Dec 2009 22:46:18 +0900 by phpDocumentor 1.4.3