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

Public Member Functions

 init ()
 run ()
 renderHeader ()
 renderButtons ()
 renderContentBegin ()
 renderContentEnd ()
 registerClientScript ()

Public Attributes

 $title = ''
 $headerIcon
 $content = ''
 $padContent = true
 $htmlOptions = array()
 $headerHtmlOptions = array()
 $contentHtmlOptions = array()
 $headerButtons = array()
- Public Attributes inherited from TbWidget
const CTX_DEFAULT = 'default'
const CTX_PRIMARY = 'primary'
const CTX_SUCCESS = 'success'
const CTX_INFO = 'info'
const CTX_WARNING = 'warning'
const CTX_DANGER = 'danger'
const CTX_DEFAULT_CLASS = 'default'
const CTX_PRIMARY_CLASS = 'primary'
const CTX_SUCCESS_CLASS = 'success'
const CTX_INFO_CLASS = 'info'
const CTX_WARNING_CLASS = 'warning'
const CTX_DANGER_CLASS = 'danger'
 $context = self::CTX_DEFAULT

Additional Inherited Members

- Protected Member Functions inherited from TbWidget
 isValidContext ($cotext=false)
 getContextClass ($context=false)
- Static Protected Member Functions inherited from TbWidget
static addCssClass (&$htmlOptions, $class)

Detailed Description

Definition at line 19 of file TbPanel.php.

Member Function Documentation

TbPanel::init ( )

.init()

Widget initialization

Definition at line 89 of file TbPanel.php.

Here is the call graph for this function:

TbPanel::registerClientScript ( )

.registerClientScript()

Registers required script files (CSS in this case)

Definition at line 215 of file TbPanel.php.

TbPanel::renderButtons ( )

.renderButtons()

Renders a header buttons to display the configured actions

Definition at line 159 of file TbPanel.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbPanel::renderContentBegin ( )

Definition at line 192 of file TbPanel.php.

Here is the caller graph for this function:

TbPanel::renderContentEnd ( )

Definition at line 205 of file TbPanel.php.

Here is the caller graph for this function:

TbPanel::renderHeader ( )

.renderHeader()

Renders the header of the panel with the header control (button to show/hide the panel)

Definition at line 132 of file TbPanel.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbPanel::run ( )

.run()

Widget run - used for closing procedures

Definition at line 121 of file TbPanel.php.

Here is the call graph for this function:

Member Data Documentation

TbPanel::$content = ''

Definition at line 40 of file TbPanel.php.

TbPanel::$contentHtmlOptions = array()

Definition at line 60 of file TbPanel.php.

TbPanel::$headerButtons = array()

Definition at line 82 of file TbPanel.php.

TbPanel::$headerHtmlOptions = array()

Definition at line 54 of file TbPanel.php.

TbPanel::$headerIcon

Definition at line 33 of file TbPanel.php.

TbPanel::$htmlOptions = array()

Definition at line 48 of file TbPanel.php.

TbPanel::$padContent = true

Definition at line 42 of file TbPanel.php.

TbPanel::$title = ''

Definition at line 26 of file TbPanel.php.


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