|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface SystemInfo. More...
Inheritance diagram for ILIAS\UI\Component\MainControls\SystemInfo:
Collaboration diagram for ILIAS\UI\Component\MainControls\SystemInfo:Public Member Functions | |
| getHeadLine () | |
| getInformationText () | |
| withDismissAction (?URI $uri) | |
| isDismissable () | |
| getDismissAction () | |
| withDenotation (string $denotation) | |
| Must be one of. More... | |
| getDenotation () | |
| getCloseSignal () | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
| reduceWith (\Closure $fn) | |
| The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
Public Member Functions inherited from ILIAS\UI\Component\JavaScriptBindable | |
| withOnLoadCode (Closure $binder) | |
| withAdditionalOnLoadCode (Closure $binder) | |
| Add some onload-code to the component instead of replacing the existing one. More... | |
| getOnLoadCode () | |
| Get the currently bound on load code. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Triggerable | |
| withResetSignals () | |
| Get a component like this but reset (regenerate) its signals. More... | |
Data Fields | |
| const | DENOTATION_NEUTRAL = 'neutral' |
| const | DENOTATION_IMPORTANT = 'important' |
| const | DENOTATION_BREAKING = 'breaking' |
Interface SystemInfo.
Definition at line 33 of file SystemInfo.php.
| ILIAS\UI\Component\MainControls\SystemInfo::getCloseSignal | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::getDenotation | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::getDismissAction | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::getHeadLine | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::getInformationText | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::isDismissable | ( | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::withDenotation | ( | string | $denotation | ) |
| ILIAS\UI\Component\MainControls\SystemInfo::withDismissAction | ( | ?URI | $uri | ) |
| const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_BREAKING = 'breaking' |
Definition at line 37 of file SystemInfo.php.
Referenced by ILIAS\UI\examples\MainControls\SystemInfo\multiple(), and ILIAS\UI\Implementation\Component\MainControls\SystemInfo\withDenotation().
| const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_IMPORTANT = 'important' |
Definition at line 36 of file SystemInfo.php.
Referenced by ILIAS\UI\examples\MainControls\SystemInfo\multiple(), and ILIAS\UI\Implementation\Component\MainControls\SystemInfo\withDenotation().
| const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_NEUTRAL = 'neutral' |
Definition at line 35 of file SystemInfo.php.
Referenced by ILIAS\UI\Implementation\Component\MainControls\SystemInfo\withDenotation().