| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
User interface class for a checkbox list overlay. More...
 Collaboration diagram for ilCheckboxListOverlayGUI:
 Collaboration diagram for ilCheckboxListOverlayGUI:| Public Member Functions | |
| __construct ($a_id="") | |
| Constructor. | |
| setId ($a_val) | |
| Set id. | |
| getId () | |
| Get id. | |
| setHeaderIcon ($a_headericon) | |
| Set Header Icon. | |
| getHeaderIcon () | |
| Get Header Icon. | |
| setLinkTitle ($a_val) | |
| Set link title. | |
| getLinkTitle () | |
| Get link title. | |
| setItems ($a_val) | |
| Set items. | |
| getItems () | |
| Get items. | |
| setUrl ($a_val) | |
| Set url. | |
| getUrl () | |
| Get url. | |
| setSelectionHeaderClass ($a_selectionheaderclass) | |
| Set Selection Header Class. | |
| getSelectionHeaderClass () | |
| Get Selection Header Class. | |
| setFormCmd ($a_val) | |
| Set form command. | |
| getFormCmd () | |
| Get form command. | |
| setFieldVar ($a_val) | |
| Set field var. | |
| getFieldVar () | |
| Get field var. | |
| setHiddenVar ($a_val) | |
| Set hidden var (used to indicated that checkbox array has been sent in a form) | |
| getHiddenVar () | |
| Get hidden var. | |
| getHTML () | |
| Get selection list HTML. | |
| Data Fields | |
| const | DOWN_ARROW_LIGHT = "mm_down_arrow.gif" | 
| const | DOWN_ARROW_DARK = "mm_down_arrow_dark.gif" | 
| const | NO_ICON = "" | 
| 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 23 of file class.ilCheckboxListOverlayGUI.php.
References DOWN_ARROW_DARK, setHeaderIcon(), and setId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCheckboxListOverlayGUI::getFieldVar | ( | ) | 
Get field var.
Definition at line 184 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getFormCmd | ( | ) | 
Get form command.
Definition at line 164 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHeaderIcon | ( | ) | 
Get Header Icon.
Definition at line 64 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHiddenVar | ( | ) | 
Get hidden var.
Definition at line 204 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHTML | ( | ) | 
Get selection list HTML.
Definition at line 211 of file class.ilCheckboxListOverlayGUI.php.
References $GLOBALS, $items, $lng, $tpl, DOWN_ARROW_DARK, DOWN_ARROW_LIGHT, getFieldVar(), getFormCmd(), getHeaderIcon(), getHiddenVar(), getId(), ilUtil\getImagePath(), getItems(), getLinkTitle(), getSelectionHeaderClass(), and getUrl().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCheckboxListOverlayGUI::getId | ( | ) | 
Get id.
Definition at line 44 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getItems | ( | ) | 
Get items.
Definition at line 104 of file class.ilCheckboxListOverlayGUI.php.
References $items.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getLinkTitle | ( | ) | 
Get link title.
Definition at line 84 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getSelectionHeaderClass | ( | ) | 
Get Selection Header Class.
Definition at line 144 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getUrl | ( | ) | 
Get url.
Definition at line 124 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::setFieldVar | ( | $a_val | ) | 
Set field var.
| string | field var | 
Definition at line 174 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setFormCmd | ( | $a_val | ) | 
Set form command.
| string | form command | 
Definition at line 154 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setHeaderIcon | ( | $a_headericon | ) | 
Set Header Icon.
| string | $a_headericon | Header Icon | 
Definition at line 54 of file class.ilCheckboxListOverlayGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 194 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setId | ( | $a_val | ) | 
Set id.
| string | id | 
Definition at line 34 of file class.ilCheckboxListOverlayGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::setItems | ( | $a_val | ) | 
Set items.
| array | items | 
Definition at line 94 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setLinkTitle | ( | $a_val | ) | 
Set link title.
| string | link title | 
Definition at line 74 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setSelectionHeaderClass | ( | $a_selectionheaderclass | ) | 
Set Selection Header Class.
| string | $a_selectionheaderclass | Selection Header Class | 
Definition at line 134 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setUrl | ( | $a_val | ) | 
Set url.
| string | url | 
Definition at line 114 of file class.ilCheckboxListOverlayGUI.php.
| 
 | private | 
Definition at line 12 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML(), and getItems().
| const ilCheckboxListOverlayGUI::DOWN_ARROW_DARK = "mm_down_arrow_dark.gif" | 
Definition at line 15 of file class.ilCheckboxListOverlayGUI.php.
Referenced by __construct(), and getHTML().
| const ilCheckboxListOverlayGUI::DOWN_ARROW_LIGHT = "mm_down_arrow.gif" | 
Definition at line 14 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
| const ilCheckboxListOverlayGUI::NO_ICON = "" | 
Definition at line 16 of file class.ilCheckboxListOverlayGUI.php.