HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () |
Public Attributes | |
const | TYPE_STRIPED = 'striped' |
const | TYPE_BORDERED = 'bordered' |
const | TYPE_CONDENSED = 'condensed' |
const | TYPE_HOVER = 'hover' |
$type | |
$pagerCssClass = 'no-class' | |
$pager = array('class' => 'booster.widgets.TbPager') | |
$cssFile = false | |
$responsiveTable = false | |
$extraParams = array() |
Protected Member Functions | |
initColumns () | |
createDataColumn ($text) |
Definition at line 20 of file TbGridView.php.
|
protected |
Creates a column based on a shortcut column specification string.
mixed | $text | the column specification string |
CException | if the column format is incorrect |
Reimplemented in TbJsonGridView.
Definition at line 142 of file TbGridView.php.
TbGridView::init | ( | ) |
Initializes the widget.
Reimplemented in TbExtendedGridView, TbGroupGridView, and TbJsonGridView.
Definition at line 66 of file TbGridView.php.
|
protected |
Creates column objects and initializes them.
Reimplemented in TbJsonGridView.
Definition at line 117 of file TbGridView.php.
TbGridView::$cssFile = false |
Definition at line 49 of file TbGridView.php.
TbGridView::$extraParams = array() |
Definition at line 59 of file TbGridView.php.
TbGridView::$pager = array('class' => 'booster.widgets.TbPager') |
Definition at line 43 of file TbGridView.php.
TbGridView::$pagerCssClass = 'no-class' |
Definition at line 37 of file TbGridView.php.
TbGridView::$responsiveTable = false |
Definition at line 54 of file TbGridView.php.
TbGridView::$type |
Definition at line 32 of file TbGridView.php.
const TbGridView::TYPE_BORDERED = 'bordered' |
Definition at line 24 of file TbGridView.php.
const TbGridView::TYPE_CONDENSED = 'condensed' |
Definition at line 25 of file TbGridView.php.
const TbGridView::TYPE_HOVER = 'hover' |
Definition at line 26 of file TbGridView.php.
const TbGridView::TYPE_STRIPED = 'striped' |
Definition at line 23 of file TbGridView.php.