|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilAssFileUploadFileTableCommandButton:
Collaboration diagram for ilAssFileUploadFileTableCommandButton:Public Member Functions | |
| __construct ($buttonType) | |
| ilAssFileUploadFileTableCommandButton constructor. More... | |
| lng (ilLanguage $lng=null) | |
| getAction () | |
| setAction ($action) | |
| renderAttributes (array $a_additional_attr=null) | |
| Render current HTML attributes. More... | |
Public Member Functions inherited from ilSubmitButton | |
| setCommand (string $a_value) | |
| Set submit command. More... | |
| getCommand () | |
| render () | |
Public Member Functions inherited from ilButtonBase | |
| __clone () | |
| getType () | |
| setId (?string $a_value) | |
| getId () | |
| setCaption (string $a_value, bool $a_is_lng_id=true) | |
| getCaption (bool $a_translate=true) | |
| setPrimary (bool $a_value) | |
| isPrimary () | |
| setOmitPreventDoubleSubmission (bool $a_value) | |
| Toggle double submission prevention status. More... | |
| getOmitPreventDoubleSubmission () | |
| setOnClick (string $a_value) | |
| getOnClick () | |
| setDisabled (bool $a_value) | |
| isDisabled () | |
| addCSSClass (string $a_value) | |
| getCSSClasses () | |
| applyDefaultCss (?bool $apply_default_css=null) | |
| render () | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
Protected Attributes | |
| $action | |
Protected Attributes inherited from ilSubmitButton | |
| string | $cmd = "" |
Protected Attributes inherited from ilButtonBase | |
| ilLanguage | $lng |
| int | $type = 0 |
| string | $id = "" |
| string | $caption = "" |
| bool | $caption_is_lng_id = false |
| bool | $primary = false |
| bool | $omit_prevent_double_submission = false |
| string | $onclick = "" |
| int | $acc_key = 0 |
| bool | $disabled = false |
| array | $css = array() |
| bool | $apply_default_css = true |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSubmitButton | |
| static | getInstance () |
| static | getInstance () |
Data Fields inherited from ilButtonBase | |
| const | TYPE_SUBMIT = 1 |
| const | TYPE_LINK = 2 |
| const | TYPE_SPLIT = 3 |
| const | TYPE_BUTTON = 4 |
Protected Member Functions inherited from ilButtonBase | |
| __construct (int $a_type) | |
| setType (int $a_value) | |
| gatherCssClasses () | |
| renderAttributesHelper (array $a_attr) | |
| renderAttributes (array $a_additional_attr=null) | |
| Render current HTML attributes. More... | |
| prepareRender () | |
Definition at line 25 of file class.ilAssFileUploadFileTableCommandButton.php.
| ilAssFileUploadFileTableCommandButton::__construct | ( | $buttonType | ) |
ilAssFileUploadFileTableCommandButton constructor.
Reimplemented in ilAssFileUploadFileTableDeleteButton, and ilAssFileUploadFileTableReuseButton.
Definition at line 35 of file class.ilAssFileUploadFileTableCommandButton.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and lng().
Here is the call graph for this function:| ilAssFileUploadFileTableCommandButton::getAction | ( | ) |
Definition at line 58 of file class.ilAssFileUploadFileTableCommandButton.php.
References $action.
| ilAssFileUploadFileTableCommandButton::lng | ( | ilLanguage | $lng = null | ) |
Definition at line 46 of file class.ilAssFileUploadFileTableCommandButton.php.
References ilButtonBase\$lng, and lng().
Referenced by __construct(), ilAssFileUploadFileTableDeleteButton\__construct(), ilAssFileUploadFileTableReuseButton\__construct(), and lng().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssFileUploadFileTableCommandButton::renderAttributes | ( | array | $a_additional_attr = null | ) |
Render current HTML attributes.
Reimplemented from ilButtonBase.
Definition at line 71 of file class.ilAssFileUploadFileTableCommandButton.php.
| ilAssFileUploadFileTableCommandButton::setAction | ( | $action | ) |
| string | $action |
Definition at line 66 of file class.ilAssFileUploadFileTableCommandButton.php.
References $action.
Referenced by ilAssFileUploadFileTableDeleteButton\__construct(), and ilAssFileUploadFileTableReuseButton\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilAssFileUploadFileTableCommandButton.php.
Referenced by getAction(), and setAction().