|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilTestPlayerNavButton:
Collaboration diagram for ilTestPlayerNavButton:Public Member Functions | |
| getNextCommand () | |
| setNextCommand ($nextCommand) | |
| render () | |
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 ilButtonBase | |
| __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... | |
| applyDefaultCss ($apply_default_css=null) | |
| render () | |
| Render HTML. More... | |
| getToolbarHTML () | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Factory. More... | |
| static | getInstance () |
| Factory. More... | |
| static | getInstance () |
| Factory. More... | |
Private Attributes | |
| $nextCommand = '' | |
Additional Inherited Members | ||||
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 ilLinkButton | ||||
| renderCaption () | ||||
| Prepare caption for render. More... | ||||
| renderAttributes (array $a_additional_attr=null) | ||||
Render current HTML attributes.
| ||||
Protected Member Functions inherited from ilButtonBase | ||||
| __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 inherited from ilLinkButton | ||||
| $url | ||||
| $target | ||||
Protected Attributes inherited from ilButtonBase | ||||
| $type | ||||
| $id | ||||
| $caption | ||||
| $caption_is_lng_id | ||||
| $primary | ||||
| $omit_prevent_double_submission | ||||
| $onclick | ||||
| $acc_key | ||||
| $disabled | ||||
| $css = array() | ||||
| $apply_default_css = true | ||||
Definition at line 12 of file class.ilTestPlayerNavButton.php.
|
static |
Factory.
Reimplemented from ilLinkButton.
Definition at line 55 of file class.ilTestPlayerNavButton.php.
References ilButtonBase\TYPE_LINK.
Referenced by ilTestNavigationToolbarGUI\addFinishTestButton(), ilTestNavigationToolbarGUI\addQuestionListButton(), ilTestNavigationToolbarGUI\addQuestionSelectionButton(), ilTestNavigationToolbarGUI\addQuestionTreeButton(), ilTestNavigationToolbarGUI\addSuspendTestButton(), ilTestPlayerAbstractGUI\buildNextButtonInstance(), and ilTestPlayerAbstractGUI\buildPreviousButtonInstance().
Here is the caller graph for this function:| ilTestPlayerNavButton::getNextCommand | ( | ) |
Definition at line 22 of file class.ilTestPlayerNavButton.php.
References $nextCommand.
Referenced by render().
Here is the caller graph for this function:| ilTestPlayerNavButton::render | ( | ) |
Reimplemented from ilLinkButton.
Definition at line 38 of file class.ilTestPlayerNavButton.php.
References getNextCommand(), ilLinkButton\getTarget(), ilLinkButton\getUrl(), ilButtonBase\prepareRender(), and ilLinkButton\renderCaption().
Here is the call graph for this function:| ilTestPlayerNavButton::setNextCommand | ( | $nextCommand | ) |
| string | $nextCommand |
Definition at line 30 of file class.ilTestPlayerNavButton.php.
References $nextCommand.
|
private |
Definition at line 17 of file class.ilTestPlayerNavButton.php.
Referenced by getNextCommand(), and setNextCommand().