ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
A generic Slate. More...
Public Member Functions | |
getContents () | |
withMappedSubNodes (callable $f) | |
![]() | |
__construct (SignalGeneratorInterface $signal_generator, string $name, Symbol $symbol) | |
getName () | |
getSymbol () | |
getToggleSignal () | |
getEngageSignal () | |
withEngaged (bool $state) | |
getEngaged () | |
getContents () | |
getReplaceSignal () | |
appendOnInView (Signal $signal) | |
appendOnFirstView (Signal $signal) | |
withMappedSubNodes (callable $f) | |
withMainBarTreePosition (string $tree_pos) | |
getMainBarTreePosition () | |
getMainBarTreeDepth () | |
withAriaRole (string $aria_role) | |
Get a slate like this, but with an additional ARIA role. More... | |
getAriaRole () | |
Get the ARIA role on the slate. More... | |
Additional Inherited Members | |
![]() | |
const | MENU = 'menu' |
![]() | |
initSignals () | |
Set the signals for this component. More... | |
![]() | |
$name | |
$symbol | |
$toggle_signal | |
$engage_signal | |
$replace_signal | |
$engaged = false | |
$mainbar_tree_position | |
$aria_role | |
![]() | |
static | $allowed_aria_roles |
A generic Slate.
Definition at line 17 of file SlateTest.php.
TestGenericSlate::getContents | ( | ) |
Reimplemented from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate.
Definition at line 19 of file SlateTest.php.
TestGenericSlate::withMappedSubNodes | ( | callable | $f | ) |
Reimplemented from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate.
Definition at line 23 of file SlateTest.php.