ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 ()
 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

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

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

Reimplemented from ilGroupedListGUI.

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

{
$this->count ++;
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
}
ilCloudGroupedListGUI::addGroupHeader (   $a_content,
  $a_add_class = "" 
)
Parameters
$a_content
string$a_add_class

Reimplemented from ilGroupedListGUI.

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

{
$this->count ++;
parent::addGroupHeader($a_content, $a_add_class); // TODO: Change the autogenerated stub
}
ilCloudGroupedListGUI::addSeparator ( )

Add separator.

Reimplemented from ilGroupedListGUI.

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

{
$this->count ++;
parent::addSeparator(); // TODO: Change the autogenerated stub
}
ilCloudGroupedListGUI::getCount ( )
Returns
int

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

References $count.

Referenced by hasItems().

{
return $this->count;
}

+ Here is the caller graph for this function:

ilCloudGroupedListGUI::hasItems ( )
Returns
bool

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

References getCount().

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

+ Here is the call graph for this function:

Field Documentation

ilCloudGroupedListGUI::$count = 0
protected

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

Referenced by getCount().


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