| Package | Description |
|---|---|
| org.osivia.portal.api.menubar |
| Modifier and Type | Class and Description |
|---|---|
class |
MenubarDropdown
Menubar dropdown menu.
|
class |
MenubarGroup
Menubar group enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
MenubarContainer |
MenubarItem.getParent()
Getter for parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenubarItem.setParent(MenubarContainer parent)
Setter for parent.
|
| Constructor and Description |
|---|
MenubarItem(String id,
String title,
MenubarContainer parent,
int order,
String htmlClasses)
Constructor.
|
MenubarItem(String id,
String title,
String glyphicon,
MenubarContainer parent,
int order,
String url,
String target,
String onclick,
String htmlClasses)
Constructor.
|
Copyright © 2021. All rights reserved.