ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilCloudGroupedListGUI. More...
Public Member Functions | |
addEntry ($a_content, $a_href= '', $a_target= '', $a_onclick= '', $a_add_class= '', $a_id= '', $a_ttip= '', $a_tt_my= 'right center', $a_tt_at= 'left center', $a_tt_use_htmlspecialchars=true) | |
addGroupHeader ($a_content, $a_add_class="") | |
addSeparator () | |
Add separator. | |
getCount () | |
hasItems () | |
Public Member Functions inherited from ilGroupedListGUI | |
__construct () | |
Constructor. | |
setAsDropDown ($a_val, $a_pullright=false) | |
Set as drop down. | |
getAsDropDown () | |
Get as drop down. | |
nextColumn () | |
Add separator. | |
getHTML () | |
Get HTML. |
Protected Attributes | |
$count = 0 | |
Protected Attributes inherited from ilGroupedListGUI | |
$multi_column = false | |
$items = array() | |
$as_dropdown = false | |
$dd_pullright = false |
Class ilCloudGroupedListGUI.
Unfortunatelly there's no possibility to get the amount of titems out of ilGroupedListGUI. therefore this class can help...
Definition at line 93 of file class.ilCloudPluginItemCreationListGUI.php.
ilCloudGroupedListGUI::addEntry | ( | $a_content, | |
$a_href = '' , |
|||
$a_target = '' , |
|||
$a_onclick = '' , |
|||
$a_add_class = '' , |
|||
$a_id = '' , |
|||
$a_ttip = '' , |
|||
$a_tt_my = 'right center' , |
|||
$a_tt_at = 'left center' , |
|||
$a_tt_use_htmlspecialchars = true |
|||
) |
$a_content | ||
string | $a_href | |
string | $a_target | |
string | $a_onclick | |
string | $a_add_class | |
string | $a_id | |
string | $a_ttip | |
string | $a_tt_my | |
string | $a_tt_at | |
bool | $a_tt_use_htmlspecialchars |
Reimplemented from ilGroupedListGUI.
Definition at line 113 of file class.ilCloudPluginItemCreationListGUI.php.
ilCloudGroupedListGUI::addGroupHeader | ( | $a_content, | |
$a_add_class = "" |
|||
) |
$a_content | ||
string | $a_add_class |
Reimplemented from ilGroupedListGUI.
Definition at line 123 of file class.ilCloudPluginItemCreationListGUI.php.
ilCloudGroupedListGUI::addSeparator | ( | ) |
Add separator.
Reimplemented from ilGroupedListGUI.
Definition at line 129 of file class.ilCloudPluginItemCreationListGUI.php.
ilCloudGroupedListGUI::getCount | ( | ) |
Definition at line 138 of file class.ilCloudPluginItemCreationListGUI.php.
References $count.
Referenced by hasItems().
ilCloudGroupedListGUI::hasItems | ( | ) |
Definition at line 146 of file class.ilCloudPluginItemCreationListGUI.php.
References getCount().
|
protected |
Definition at line 98 of file class.ilCloudPluginItemCreationListGUI.php.
Referenced by getCount().