HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbDropdown Class Reference
Inheritance diagram for TbDropdown:
Collaboration diagram for TbDropdown:

Public Member Functions

 init ()
 getDividerCssClass ()
 getDropdownCssClass ()
 isVertical ()

Protected Member Functions

 renderMenuItem ($item)
- Protected Member Functions inherited from TbBaseMenu
 renderMenu ($items)
 normalizeItems ($items, $route, &$active)

Detailed Description

Definition at line 20 of file TbDropdown.php.

Member Function Documentation

TbDropdown::getDividerCssClass ( )

.getDividerCssClass()

Returns the divider CSS class.

Returns
string the class name

Reimplemented from TbBaseMenu.

Definition at line 83 of file TbDropdown.php.

TbDropdown::getDropdownCssClass ( )

.getDropdownCssClass()

Returns the dropdown css class.

Returns
string the class name

Reimplemented from TbBaseMenu.

Definition at line 94 of file TbDropdown.php.

TbDropdown::init ( )

.init()

Initializes the widget.

Definition at line 26 of file TbDropdown.php.

TbDropdown::isVertical ( )

.isVertical()

Returns whether this is a vertical menu.

Returns
boolean the result

Reimplemented from TbBaseMenu.

Definition at line 105 of file TbDropdown.php.

TbDropdown::renderMenuItem (   $item)
protected

.renderMenuItem()

Renders the content of a menu item. Note that the container and the sub-menus are not rendered here.

Parameters
array$itemthe menu item to be rendered. Please see items on what data might be in the item.
Returns
string the rendered item

Reimplemented from TbBaseMenu.

Definition at line 47 of file TbDropdown.php.


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