HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
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) |
Definition at line 19 of file TbPanel.php.
TbPanel::init | ( | ) |
Widget initialization
Definition at line 89 of file TbPanel.php.
TbPanel::registerClientScript | ( | ) |
Registers required script files (CSS in this case)
Definition at line 215 of file TbPanel.php.
TbPanel::renderButtons | ( | ) |
Renders a header buttons to display the configured actions
Definition at line 159 of file TbPanel.php.
TbPanel::renderContentBegin | ( | ) |
TbPanel::renderContentEnd | ( | ) |
TbPanel::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.
TbPanel::run | ( | ) |
Widget run - used for closing procedures
Definition at line 121 of file TbPanel.php.
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.