HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
run () |
Public Attributes | |
$striped = false | |
$animated = false | |
$percent = 0 | |
$htmlOptions = array() | |
$content | |
$stacked | |
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 |
Protected Member Functions | |
isValidContext ($context=false) | |
Protected Member Functions inherited from TbWidget | |
getContextClass ($context=false) |
Protected Attributes | |
$progressClasses = array('progress') | |
$progressBarClasses = array('progress-bar') |
Additional Inherited Members | |
Static Protected Member Functions inherited from TbWidget | |
static | addCssClass (&$htmlOptions, $class) |
Definition at line 18 of file TbProgress.php.
TbProgress::init | ( | ) |
Initializes the widget.
Definition at line 65 of file TbProgress.php.
|
protected |
string | $context |
Reimplemented from TbWidget.
Definition at line 126 of file TbProgress.php.
TbProgress::run | ( | ) |
Runs the widget.
Definition at line 98 of file TbProgress.php.
TbProgress::$animated = false |
Definition at line 28 of file TbProgress.php.
TbProgress::$content |
Definition at line 43 of file TbProgress.php.
TbProgress::$htmlOptions = array() |
Definition at line 38 of file TbProgress.php.
TbProgress::$percent = 0 |
Definition at line 33 of file TbProgress.php.
|
protected |
Definition at line 58 of file TbProgress.php.
|
protected |
Definition at line 57 of file TbProgress.php.
TbProgress::$stacked |
Definition at line 55 of file TbProgress.php.
TbProgress::$striped = false |
Definition at line 23 of file TbProgress.php.