|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilProgressBar:Public Member Functions | |
| setType ($a_value) | |
| Set type (currently unwanted) More... | |
| setMin ($a_value) | |
| Set minimum value. More... | |
| setMax ($a_value) | |
| Set maximum value. More... | |
| setCaption ($a_value) | |
| Set Caption. More... | |
| setShowCaption ($a_value) | |
| Toggle show caption status. More... | |
| setStriped ($a_value) | |
| Toggle striped layout. More... | |
| setAnimated ($a_value) | |
| Toggle animated layout. More... | |
| setCurrent ($a_value) | |
| Set current value. More... | |
| setAsyncStatusUrl ($a_target) | |
| setAsynStatusTimeout ($a_timeout) | |
| setId ($a_id) | |
| render () | |
| Render. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Factory. More... | |
Data Fields | |
| const | TYPE_INFO = 1 |
| const | TYPE_SUCCESS = 2 |
| const | TYPE_WARNING = 3 |
| const | TYPE_DANGER = 4 |
Protected Member Functions | |
| __construct () | |
| Constructor. More... | |
Protected Attributes | |
| $min | |
| $max | |
| $current | |
| $show_caption | |
| $type | |
| $caption | |
| $striped | |
| $animated | |
| $ajax_url = '' | |
| $ajax_timeout = 5 | |
| $unique_id = '' | |
Definition at line 11 of file class.ilProgressBar.php.
|
protected |
Constructor.
Definition at line 37 of file class.ilProgressBar.php.
References setMax(), setMin(), setShowCaption(), setStriped(), and setType().
Here is the call graph for this function:
|
static |
Factory.
Definition at line 51 of file class.ilProgressBar.php.
Referenced by ilSearchResultPresentation\appendRelevance(), ilPollBlockGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilRepositoryObjectSearchResultTableGUI\getRelevanceHTML(), ilRepositoryUserResultTableGUI\getRelevanceHTML(), ilObjWikiGUI\getUserHTMLExportProgressObject(), ilObjectListGUI\insertRelevance(), ilSurveyExecutionGUI\outSurveyPage(), and ilSubItemListGUI\parseRelevance().
Here is the caller graph for this function:| ilProgressBar::render | ( | ) |
Render.
Definition at line 173 of file class.ilProgressBar.php.
References $tpl, and ilUtil\getImagePath().
Here is the call graph for this function:| ilProgressBar::setAnimated | ( | $a_value | ) |
Toggle animated layout.
| bool | $a_value |
Definition at line 134 of file class.ilProgressBar.php.
| ilProgressBar::setAsyncStatusUrl | ( | $a_target | ) |
Definition at line 149 of file class.ilProgressBar.php.
| ilProgressBar::setAsynStatusTimeout | ( | $a_timeout | ) |
Definition at line 154 of file class.ilProgressBar.php.
| ilProgressBar::setCaption | ( | $a_value | ) |
Set Caption.
| string | $a_value |
Definition at line 104 of file class.ilProgressBar.php.
| ilProgressBar::setCurrent | ( | $a_value | ) |
Set current value.
| int | float | $a_value |
Definition at line 144 of file class.ilProgressBar.php.
| ilProgressBar::setId | ( | $a_id | ) |
Definition at line 159 of file class.ilProgressBar.php.
| ilProgressBar::setMax | ( | $a_value | ) |
Set maximum value.
| int | $a_value |
Definition at line 94 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setMin | ( | $a_value | ) |
Set minimum value.
| int | $a_value |
Definition at line 84 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setShowCaption | ( | $a_value | ) |
Toggle show caption status.
| bool | $a_value |
Definition at line 114 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setStriped | ( | $a_value | ) |
Toggle striped layout.
| bool | $a_value |
Definition at line 124 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setType | ( | $a_value | ) |
Set type (currently unwanted)
| int | $a_value |
Definition at line 66 of file class.ilProgressBar.php.
References $valid.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 24 of file class.ilProgressBar.php.
|
protected |
Definition at line 23 of file class.ilProgressBar.php.
|
protected |
Definition at line 20 of file class.ilProgressBar.php.
|
protected |
Definition at line 18 of file class.ilProgressBar.php.
|
protected |
Definition at line 15 of file class.ilProgressBar.php.
|
protected |
Definition at line 14 of file class.ilProgressBar.php.
|
protected |
Definition at line 13 of file class.ilProgressBar.php.
|
protected |
Definition at line 16 of file class.ilProgressBar.php.
|
protected |
Definition at line 19 of file class.ilProgressBar.php.
|
protected |
Definition at line 17 of file class.ilProgressBar.php.
|
protected |
Definition at line 25 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_DANGER = 4 |
Definition at line 30 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_INFO = 1 |
Definition at line 27 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_SUCCESS = 2 |
Definition at line 28 of file class.ilProgressBar.php.
Referenced by ilObjectCopyProgressTableGUI\fillRow().
| const ilProgressBar::TYPE_WARNING = 3 |
Definition at line 29 of file class.ilProgressBar.php.