ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilCloudGroupedListGUI Class Reference

Class ilCloudGroupedListGUI. More...

+ Inheritance diagram for ilCloudGroupedListGUI:
+ Collaboration diagram for ilCloudGroupedListGUI:

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 ()
 
 getCount ()
 
 hasItems ()
 
- Public Member Functions inherited from ilGroupedListGUI
 __construct ()
 Constructor. More...
 
 setAsDropDown ($a_val, $a_pullright=false)
 Set as drop down. More...
 
 getAsDropDown ()
 Get as drop down. More...
 
 addGroupHeader ($a_content, $a_add_class="")
 Add group header. More...
 
 addSeparator ()
 Add separator. More...
 
 nextColumn ()
 Add separator. More...
 
 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)
 Add entry. More...
 
 getHTML ()
 Get HTML. More...
 

Protected Attributes

 $count = 0
 
- Protected Attributes inherited from ilGroupedListGUI
 $multi_column = false
 
 $items = array()
 
 $as_dropdown = false
 
 $dd_pullright = false
 

Detailed Description

Class ilCloudGroupedListGUI.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

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.

Member Function Documentation

◆ addEntry()

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 
)
Parameters
$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

Definition at line 113 of file class.ilCloudPluginItemCreationListGUI.php.

113  {
114  $this->count ++;
115  parent::addEntry($a_content, $a_href, $a_target, $a_onclick, $a_add_class, $a_id, $a_ttip, $a_tt_my, $a_tt_at, $a_tt_use_htmlspecialchars); // TODO: Change the autogenerated stub
116  }

◆ addGroupHeader()

ilCloudGroupedListGUI::addGroupHeader (   $a_content,
  $a_add_class = "" 
)
Parameters
$a_content
string$a_add_class

Definition at line 123 of file class.ilCloudPluginItemCreationListGUI.php.

123  {
124  $this->count ++;
125  parent::addGroupHeader($a_content, $a_add_class); // TODO: Change the autogenerated stub
126  }

◆ addSeparator()

ilCloudGroupedListGUI::addSeparator ( )

Definition at line 129 of file class.ilCloudPluginItemCreationListGUI.php.

129  {
130  $this->count ++;
131  parent::addSeparator(); // TODO: Change the autogenerated stub
132  }

◆ getCount()

ilCloudGroupedListGUI::getCount ( )
Returns
int

Definition at line 138 of file class.ilCloudPluginItemCreationListGUI.php.

◆ hasItems()

ilCloudGroupedListGUI::hasItems ( )
Returns
bool

Definition at line 146 of file class.ilCloudPluginItemCreationListGUI.php.

146  {
147  return $this->getCount() > 0;
148  }

Field Documentation

◆ $count

ilCloudGroupedListGUI::$count = 0
protected

Definition at line 98 of file class.ilCloudPluginItemCreationListGUI.php.


The documentation for this class was generated from the following file: