public class AdminMenu
extends com.foreach.across.modules.web.menu.Menu
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_BREADCRUMB
Attribute that will be used to determine if a menu item should be included in breadcrumb generation.
|
static String |
ATTR_NAV_POSITION
Attribute that will be used to determine the position for the menu item.
|
static String |
NAME |
Constructor and Description |
---|
AdminMenu() |
Modifier and Type | Method and Description |
---|---|
void |
breadcrumbLeaf(String title)
Shortcut to specify the leaf point of the current breadcrumb by adding an additional
item to the path.
|
addItem, addItem, addItem, addItem, builder, clear, getAttribute, getAttributes, getComparator, getFirstItem, getItem, getItems, getItemWithName, getItemWithPath, getLevel, getLowestSelectedItem, getName, getOrder, getParent, getPath, getRoot, getSelectedItem, getSelectedItemPath, getTitle, getUrl, hasAttribute, hasItems, hasParent, hasTitle, hasUrl, isComparatorInheritable, isDisabled, isEmpty, isGroup, isOrdered, isRoot, isSelected, merge, remove, select, setAttribute, setAttributes, setComparator, setDisabled, setGroup, setName, setOrder, setOrdered, setPath, setSelected, setTitle, setUrl, size, sort, sort, toString
public static final String NAME
public static final String ATTR_NAV_POSITION
AdminWebLayoutTemplate
supports either
a string or an array of strings as value.public static final String ATTR_BREADCRUMB
false
will not be rendered.public void breadcrumbLeaf(String title)
title
- text for the leaf.Copyright © 2020. All rights reserved.