|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User interface class for a checkbox list overlay. More...
Collaboration diagram for ilCheckboxListOverlayGUI:Public Member Functions | |
| __construct ($a_id="") | |
| Constructor. More... | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setLinkTitle ($a_val) | |
| Set link title. More... | |
| getLinkTitle () | |
| Get link title. More... | |
| setItems ($a_val) | |
| Set items. More... | |
| getItems () | |
| Get items. More... | |
| setSelectionHeaderClass ($a_selectionheaderclass) | |
| Set Selection Header Class. More... | |
| getSelectionHeaderClass () | |
| Get Selection Header Class. More... | |
| setFormCmd ($a_val) | |
| Set form command. More... | |
| getFormCmd () | |
| Get form command. More... | |
| setFieldVar ($a_val) | |
| Set field var. More... | |
| getFieldVar () | |
| Get field var. More... | |
| setHiddenVar ($a_val) | |
| Set hidden var (used to indicated that checkbox array has been sent in a form) More... | |
| getHiddenVar () | |
| Get hidden var. More... | |
| getHTML () | |
| Get selection list HTML. More... | |
Private Attributes | |
| $items = array() | |
User interface class for a checkbox list overlay.
Definition at line 10 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::__construct | ( | $a_id = "" | ) |
Constructor.
Definition at line 18 of file class.ilCheckboxListOverlayGUI.php.
References setId().
Here is the call graph for this function:| ilCheckboxListOverlayGUI::getFieldVar | ( | ) |
Get field var.
Definition at line 139 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getFormCmd | ( | ) |
Get form command.
Definition at line 119 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHiddenVar | ( | ) |
Get hidden var.
Definition at line 159 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHTML | ( | ) |
Get selection list HTML.
Definition at line 166 of file class.ilCheckboxListOverlayGUI.php.
References $items, $lng, $tpl, getFieldVar(), getFormCmd(), getHiddenVar(), getId(), getItems(), and getLinkTitle().
Here is the call graph for this function:| ilCheckboxListOverlayGUI::getId | ( | ) |
Get id.
Definition at line 38 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getItems | ( | ) |
Get items.
Definition at line 79 of file class.ilCheckboxListOverlayGUI.php.
References $items.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getLinkTitle | ( | ) |
Get link title.
Definition at line 59 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getSelectionHeaderClass | ( | ) |
Get Selection Header Class.
Definition at line 99 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setFieldVar | ( | $a_val | ) |
Set field var.
| string | field var |
Definition at line 129 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setFormCmd | ( | $a_val | ) |
Set form command.
| string | form command |
Definition at line 109 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setHiddenVar | ( | $a_val | ) |
Set hidden var (used to indicated that checkbox array has been sent in a form)
| string | hidden var |
Definition at line 149 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setId | ( | $a_val | ) |
Set id.
| string | id |
Definition at line 28 of file class.ilCheckboxListOverlayGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCheckboxListOverlayGUI::setItems | ( | $a_val | ) |
Set items.
| array | items |
Definition at line 69 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setLinkTitle | ( | $a_val | ) |
Set link title.
| string | link title |
Definition at line 49 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setSelectionHeaderClass | ( | $a_selectionheaderclass | ) |
Set Selection Header Class.
| string | $a_selectionheaderclass | Selection Header Class |
Definition at line 89 of file class.ilCheckboxListOverlayGUI.php.
|
private |
Definition at line 12 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML(), and getItems().