|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilDataCollectionLinkButton:
Collaboration diagram for ilDataCollectionLinkButton:Public Member Functions | |
| isUseWrapper () | |
| setUseWrapper ($useWrapper) | |
| prepareRender () | |
| Prepare render More... | |
| render () | |
| Render HTML. More... | |
| addAttribute ($key, $value, $wrapper=false) | |
| removeAttribute ($key, $wrapper=false) | |
| getAttribute ($key, $wrapper=false) | |
Public Member Functions inherited from ilLinkButton | |
| setUrl ($a_value) | |
| Set URL. More... | |
| getUrl () | |
| Get URL. More... | |
| setTarget ($a_value) | |
| Set target. More... | |
| getTarget () | |
| Get target. More... | |
| render () | |
| Render HTML. More... | |
Public Member Functions inherited from ilButton | |
| __clone () | |
| Clone instance. More... | |
| getType () | |
| Get button type. More... | |
| setId ($a_value) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setCaption ($a_value, $a_is_lng_id=true) | |
| Set caption. More... | |
| getCaption ($a_translate=true) | |
| Get caption. More... | |
| setPrimary ($a_value) | |
| Toggle primary status. More... | |
| isPrimary () | |
| Get primary status. More... | |
| setOmitPreventDoubleSubmission ($a_value) | |
| Toggle double submission prevention status. More... | |
| getOmitPreventDoubleSubmission () | |
| Get double submission prevention status. More... | |
| setOnClick ($a_value) | |
| Set onclick. More... | |
| getOnClick () | |
| Get onclick. More... | |
| setAccessKey ($a_value) | |
| Set access key. More... | |
| getAccessKey () | |
| Get access key. More... | |
| setDisabled ($a_value) | |
| Toggle disabled status. More... | |
| isDisabled () | |
| Get disabled status. More... | |
| addCSSClass ($a_value) | |
| Add CSS class. More... | |
| getCSSClasses () | |
| Get CSS class(es) More... | |
| render () | |
| Render HTML. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Factory. More... | |
| static | getInstance () |
| Factory. More... | |
| static | getInstance () |
| Factory. More... | |
Data Fields | |
| const | TYPE_DATACOLLECTION_LINK = 99 |
Data Fields inherited from ilButton | |
| const | TYPE_SUBMIT = 1 |
| const | TYPE_LINK = 2 |
Protected Member Functions | |
| getGroupKey ($wrapper) | |
Protected Member Functions inherited from ilLinkButton | |
| renderCaption () | |
| Prepare caption for render. More... | |
Protected Member Functions inherited from ilButton | |
| __construct ($a_type) | |
| Constructor. More... | |
| setType ($a_value) | |
| Set button type. More... | |
| gatherCssClasses () | |
| Gather all active CSS classes. More... | |
| renderAttributesHelper (array $a_attr) | |
| Render HTML node attributes. More... | |
| renderAttributes (array $a_additional_attr=null) | |
| Render current HTML attributes. More... | |
| prepareRender () | |
| Prepare render More... | |
Protected Attributes | |
| $attributes | |
| $useWrapper = false | |
Protected Attributes inherited from ilLinkButton | |
| $url | |
| $target | |
Protected Attributes inherited from ilButton | |
| $type | |
| $id | |
| $caption | |
| $caption_is_lng_id | |
| $primary | |
| $omit_prevent_double_submission | |
| $onclick | |
| $acc_key | |
| $disabled | |
| $css = array() | |
Definition at line 7 of file class.ilDataCollectionLinkButton.php.
| ilDataCollectionLinkButton::addAttribute | ( | $key, | |
| $value, | |||
$wrapper = false |
|||
| ) |
Definition at line 58 of file class.ilDataCollectionLinkButton.php.
References getGroupKey().
Referenced by prepareRender().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionLinkButton::getAttribute | ( | $key, | |
$wrapper = false |
|||
| ) |
Definition at line 70 of file class.ilDataCollectionLinkButton.php.
References getGroupKey().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilDataCollectionLinkButton.php.
Referenced by addAttribute(), getAttribute(), and removeAttribute().
Here is the caller graph for this function:
|
static |
Factory.
Reimplemented from ilLinkButton.
Definition at line 30 of file class.ilDataCollectionLinkButton.php.
References TYPE_DATACOLLECTION_LINK.
| ilDataCollectionLinkButton::isUseWrapper | ( | ) |
Definition at line 17 of file class.ilDataCollectionLinkButton.php.
References $useWrapper.
| ilDataCollectionLinkButton::prepareRender | ( | ) |
Prepare render
Reimplemented from ilButton.
Definition at line 35 of file class.ilDataCollectionLinkButton.php.
References addAttribute(), ilLinkButton\getTarget(), and ilLinkButton\getUrl().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionLinkButton::removeAttribute | ( | $key, | |
$wrapper = false |
|||
| ) |
Definition at line 62 of file class.ilDataCollectionLinkButton.php.
References getGroupKey().
Here is the call graph for this function:| ilDataCollectionLinkButton::render | ( | ) |
Render HTML.
Reimplemented from ilLinkButton.
Definition at line 42 of file class.ilDataCollectionLinkButton.php.
References prepareRender(), and ilLinkButton\renderCaption().
Here is the call graph for this function:| ilDataCollectionLinkButton::setUseWrapper | ( | $useWrapper | ) |
| boolean | $useWrapper |
Definition at line 25 of file class.ilDataCollectionLinkButton.php.
References $useWrapper.
|
protected |
Definition at line 10 of file class.ilDataCollectionLinkButton.php.
|
protected |
Definition at line 12 of file class.ilDataCollectionLinkButton.php.
Referenced by isUseWrapper(), and setUseWrapper().
| const ilDataCollectionLinkButton::TYPE_DATACOLLECTION_LINK = 99 |
Definition at line 8 of file class.ilDataCollectionLinkButton.php.
Referenced by getInstance().