HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbGridView Class Reference
Inheritance diagram for TbGridView:

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)

Detailed Description

Definition at line 20 of file TbGridView.php.

Member Function Documentation

TbGridView::createDataColumn (   $text)
protected

.createDataColumn()

Creates a column based on a shortcut column specification string.

Parameters
mixed$textthe column specification string
Returns
| the column instance
Exceptions
CExceptionif the column format is incorrect

Reimplemented in TbJsonGridView.

Definition at line 142 of file TbGridView.php.

TbGridView::init ( )

.init()

Initializes the widget.

Reimplemented in TbExtendedGridView, TbGroupGridView, and TbJsonGridView.

Definition at line 66 of file TbGridView.php.

Here is the call graph for this function:

TbGridView::initColumns ( )
protected

.initColumns()

Creates column objects and initializes them.

Reimplemented in TbJsonGridView.

Definition at line 117 of file TbGridView.php.

Member Data Documentation

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.


The documentation for this class was generated from the following file: