|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilProgressBar:Public Member Functions | |
| setType (int $a_value) | |
| setMin (int $a_value) | |
| setMax (int $a_value) | |
| setCaption (string $a_value) | |
| setShowCaption (bool $a_value) | |
| setStriped (bool $a_value) | |
| setAnimated (bool $a_value) | |
| setCurrent (float $a_value) | |
| setAsyncStatusUrl (string $a_target) | |
| setAsynStatusTimeout (int $a_timeout) | |
| setId (string $a_id) | |
| render () | |
Static Public Member Functions | |
| static | getInstance () |
Data Fields | |
| const | TYPE_INFO = 1 |
| const | TYPE_SUCCESS = 2 |
| const | TYPE_WARNING = 3 |
| const | TYPE_DANGER = 4 |
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| int | $min = 0 |
| int | $max = 0 |
| int | $current = 0 |
| bool | $show_caption = false |
| int | $type = 0 |
| string | $caption = "" |
| bool | $striped = false |
| bool | $animated = false |
| string | $ajax_url = '' |
| int | $ajax_timeout = 5 |
| string | $unique_id = '' |
| int | $async_timeout = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Progress bar GUI
Definition at line 23 of file class.ilProgressBar.php.
|
protected |
Definition at line 44 of file class.ilProgressBar.php.
References $DIC, setMax(), setMin(), setShowCaption(), setStriped(), and setType().
Here is the call graph for this function:
|
static |
Definition at line 57 of file class.ilProgressBar.php.
Referenced by ilPollBlockGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilRepositoryObjectSearchResultTableGUI\getRelevanceHTML(), ilRepositoryUserResultTableGUI\getRelevanceHTML(), ilObjWikiGUI\getUserHTMLExportProgressObject(), ilObjectListGUI\insertRelevance(), and ilSubItemListGUI\parseRelevance().
Here is the caller graph for this function:| ilProgressBar::render | ( | ) |
Definition at line 125 of file class.ilProgressBar.php.
References $tpl, and ilUtil\getImagePath().
Here is the call graph for this function:| ilProgressBar::setAnimated | ( | bool | $a_value | ) |
Definition at line 100 of file class.ilProgressBar.php.
| ilProgressBar::setAsyncStatusUrl | ( | string | $a_target | ) |
Definition at line 110 of file class.ilProgressBar.php.
| ilProgressBar::setAsynStatusTimeout | ( | int | $a_timeout | ) |
Definition at line 115 of file class.ilProgressBar.php.
| ilProgressBar::setCaption | ( | string | $a_value | ) |
Definition at line 85 of file class.ilProgressBar.php.
| ilProgressBar::setCurrent | ( | float | $a_value | ) |
Definition at line 105 of file class.ilProgressBar.php.
| ilProgressBar::setId | ( | string | $a_id | ) |
Definition at line 120 of file class.ilProgressBar.php.
| ilProgressBar::setMax | ( | int | $a_value | ) |
Definition at line 80 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setMin | ( | int | $a_value | ) |
Definition at line 75 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setShowCaption | ( | bool | $a_value | ) |
Definition at line 90 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setStriped | ( | bool | $a_value | ) |
Definition at line 95 of file class.ilProgressBar.php.
Referenced by __construct().
Here is the caller graph for this function:| ilProgressBar::setType | ( | int | $a_value | ) |
Definition at line 62 of file class.ilProgressBar.php.
References $valid.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilProgressBar.php.
|
protected |
Definition at line 39 of file class.ilProgressBar.php.
|
protected |
Definition at line 38 of file class.ilProgressBar.php.
|
protected |
Definition at line 42 of file class.ilProgressBar.php.
|
protected |
Definition at line 36 of file class.ilProgressBar.php.
|
protected |
Definition at line 33 of file class.ilProgressBar.php.
|
protected |
Definition at line 29 of file class.ilProgressBar.php.
|
protected |
Definition at line 32 of file class.ilProgressBar.php.
|
protected |
Definition at line 31 of file class.ilProgressBar.php.
|
protected |
Definition at line 34 of file class.ilProgressBar.php.
|
protected |
Definition at line 37 of file class.ilProgressBar.php.
|
protected |
Definition at line 35 of file class.ilProgressBar.php.
|
protected |
Definition at line 41 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_DANGER = 4 |
Definition at line 28 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_INFO = 1 |
Definition at line 25 of file class.ilProgressBar.php.
| const ilProgressBar::TYPE_SUCCESS = 2 |
Definition at line 26 of file class.ilProgressBar.php.
Referenced by ilObjectCopyProgressTableGUI\fillRow().
| const ilProgressBar::TYPE_WARNING = 3 |
Definition at line 27 of file class.ilProgressBar.php.