ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (string $caption, string $cmd) | |
submit () | |
primary () | |
onClick (string $on_click) | |
disabled (bool $disabled) | |
toToolbar (bool $sticky=false, ?\ilToolbarGUI $toolbar=null) | |
render () | |
Protected Member Functions | |
getSubmitButton () | |
getStandardButton () | |
getStdPrimaryButton () | |
getButton () | |
Protected Attributes | |
const | TYPE_STD = 0 |
const | TYPE_SUBMIT = 1 |
const | TYPE_STD_PRIMARY = 2 |
bool | $is_primary = false |
string | $on_click = "" |
int | $type |
Button | $button |
ilToolbarGUI | $toolbar |
ILIAS DI UIServices | $ui |
string | $caption = "" |
string | $cmd = "" |
bool | $disabled = false |
Definition at line 29 of file class.ButtonAdapterGUI.php.
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::__construct | ( | string | $caption, |
string | $cmd | ||
) |
Definition at line 48 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$caption, ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$cmd, $DIC, ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::disabled | ( | bool | $disabled | ) |
Definition at line 81 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$disabled.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
|
protected |
Definition at line 130 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$button, $id, ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$on_click, ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\disabled(), ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getStandardButton(), ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getStdPrimaryButton(), ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getSubmitButton(), and ILIAS\UI\Implementation\Component\Button\Button\withUnavailableAction().
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\render(), and ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\toToolbar().
|
protected |
Definition at line 114 of file class.ButtonAdapterGUI.php.
References ILIAS\Repository\ui().
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
|
protected |
Definition at line 122 of file class.ButtonAdapterGUI.php.
References ILIAS\Repository\ui().
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
|
protected |
Definition at line 87 of file class.ButtonAdapterGUI.php.
References Vendor\Package\$b, ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$cmd, $id, and ILIAS\Repository\ui().
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::onClick | ( | string | $on_click | ) |
Definition at line 75 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$on_click.
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::primary | ( | ) |
Definition at line 68 of file class.ButtonAdapterGUI.php.
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::render | ( | ) |
Definition at line 177 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton(), and ILIAS\Repository\ui().
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::submit | ( | ) |
Definition at line 62 of file class.ButtonAdapterGUI.php.
ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI::toToolbar | ( | bool | $sticky = false , |
?\ilToolbarGUI | $toolbar = null |
||
) |
Definition at line 164 of file class.ButtonAdapterGUI.php.
References ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\$toolbar, ilToolbarGUI\addStickyItem(), and ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
|
protected |
Definition at line 41 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton().
|
protected |
Definition at line 44 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\__construct().
|
protected |
Definition at line 45 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\__construct(), and ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getSubmitButton().
|
protected |
Definition at line 46 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\disabled().
|
protected |
Definition at line 37 of file class.ButtonAdapterGUI.php.
|
protected |
Definition at line 38 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\getButton(), and ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\onClick().
|
protected |
Definition at line 42 of file class.ButtonAdapterGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Button\Button\ButtonAdapterGUI\toToolbar().
|
protected |
Definition at line 39 of file class.ButtonAdapterGUI.php.
Definition at line 43 of file class.ButtonAdapterGUI.php.
|
protected |
Definition at line 31 of file class.ButtonAdapterGUI.php.
|
protected |
Definition at line 33 of file class.ButtonAdapterGUI.php.
|
protected |
Definition at line 32 of file class.ButtonAdapterGUI.php.