| Package | Description |
|---|---|
| org.dominokit.domino.ui.breadcrumbs |
| Modifier and Type | Method and Description |
|---|---|
Breadcrumb |
Breadcrumb.alignCenter()
Positions the breadcrumb to the center of its parent
|
Breadcrumb |
Breadcrumb.alignRight()
Positions the breadcrumb to the right of its parent
|
Breadcrumb |
Breadcrumb.appendChild(BaseIcon<?> icon,
String text,
elemental2.dom.EventListener onClick)
Adds new location with
text, icon and onClick listener |
Breadcrumb |
Breadcrumb.appendChild(BreadcrumbItem... items)
Adds new location by providing
BreadcrumbItem |
Breadcrumb |
Breadcrumb.appendChild(BreadcrumbItem item)
Adds new location by providing
BreadcrumbItem |
Breadcrumb |
Breadcrumb.appendChild(String text,
elemental2.dom.EventListener onClick)
Adds new location with
text and onClick listener |
static Breadcrumb |
Breadcrumb.create()
Creates new empty breadcrumb
|
Breadcrumb |
Breadcrumb.removeAll()
Removes all locations from the breadcrumb
|
Breadcrumb |
Breadcrumb.setAllowNavigation(boolean allowNavigation)
Sets if the breadcrumb supports navigation between its locations
|
Breadcrumb |
Breadcrumb.setBackground(Color background) |
Breadcrumb |
Breadcrumb.setColor(Color color)
Sets the color of the breadcrumb
|
Breadcrumb |
Breadcrumb.setRemoveActiveTailItem(boolean removeTail)
If true, then selecting location will remove the tailing ones.
|
Copyright © 2019–2022 Dominokit. All rights reserved.