HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
getDividerCssClass () | |
getDropdownCssClass () | |
isVertical () |
Protected Member Functions | |
renderMenuItem ($item) | |
Protected Member Functions inherited from TbBaseMenu | |
renderMenu ($items) | |
normalizeItems ($items, $route, &$active) |
Definition at line 20 of file TbDropdown.php.
TbDropdown::getDividerCssClass | ( | ) |
Returns the divider CSS class.
Reimplemented from TbBaseMenu.
Definition at line 83 of file TbDropdown.php.
TbDropdown::getDropdownCssClass | ( | ) |
Returns the dropdown css class.
Reimplemented from TbBaseMenu.
Definition at line 94 of file TbDropdown.php.
TbDropdown::init | ( | ) |
TbDropdown::isVertical | ( | ) |
Returns whether this is a vertical menu.
Reimplemented from TbBaseMenu.
Definition at line 105 of file TbDropdown.php.
|
protected |
Renders the content of a menu item. Note that the container and the sub-menus are not rendered here.
array | $item | the menu item to be rendered. Please see items on what data might be in the item. |
Reimplemented from TbBaseMenu.
Definition at line 47 of file TbDropdown.php.