KWeb
6.4
|
Public Member Functions | |
__construct ($id, $title= '', $css= '', $sortable=false) | |
getTitle () | |
getId () | |
isSorted () | |
getCSS () | |
canSort () | |
getSortSql ($ascending=true) | |
printHeader () | |
printValue ($row) | |
getRow ($row) | |
getValue ($row, $name=false) | |
Data Fields | |
$title | |
$id | |
$css | |
$sortable | |
$report |
Column::__construct | ( | $ | id, |
$ | title = '' , |
||
$ | css = '' , |
||
$ | sortable = false |
||
) |
Column::canSort | ( | ) |
Reimplemented in Column_hashmap, and Column_rowNumber.
Column::getCSS | ( | ) |
Column::getId | ( | ) |
Column::getRow | ( | $ | row | ) |
Column::getSortSql | ( | $ | ascending = true | ) |
Column::getTitle | ( | ) |
Column::getValue | ( | $ | row, |
$ | name = false |
||
) |
Column::isSorted | ( | ) |
Column::printHeader | ( | ) |
Column::printValue | ( | $ | row | ) |
Reimplemented in Column_format, Column_time, Column_hashmap, Column_rowNumber, and Column_html.
Column::$css |
Column::$id |
Column::$report |
Column::$sortable |
Column::$title |