Modifier and Type | Class and Description |
---|---|
class |
NavigationBean.NavigationBreadcrumbHandler
Class to handle breadcrumb interaction for top-level navigation pages
|
Modifier and Type | Method and Description |
---|---|
List<IBreadcrumbHandler> |
NavigationBean.getLocation() |
List<IBreadcrumbHandler> |
CategoriesProperties.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
NavigationBean.setLocation(List<IBreadcrumbHandler> location) |
void |
CategoriesProperties.setLocation(List<IBreadcrumbHandler> location) |
Modifier and Type | Class and Description |
---|---|
class |
CategoriesDialog.CategoryBreadcrumbHandler
Class to handle breadcrumb interaction for Categories pages
|
Modifier and Type | Method and Description |
---|---|
List<IBreadcrumbHandler> |
DeleteCategoryDialog.getLocation() |
List<IBreadcrumbHandler> |
EditCategoryDialog.getLocation() |
List<IBreadcrumbHandler> |
CategoriesDialog.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteCategoryDialog.setLocation(List<IBreadcrumbHandler> location) |
void |
EditCategoryDialog.setLocation(List<IBreadcrumbHandler> location) |
void |
CategoriesDialog.setLocation(List<IBreadcrumbHandler> location) |
Modifier and Type | Field and Description |
---|---|
protected List<IBreadcrumbHandler> |
GroupsDialog.location
Groups path breadcrumb location
|
Modifier and Type | Method and Description |
---|---|
List<IBreadcrumbHandler> |
GroupsDialog.getLocation() |
Modifier and Type | Method and Description |
---|---|
static void |
Repository.setupBreadcrumbLocation(FacesContext context,
NavigationBean navBean,
List<IBreadcrumbHandler> location,
org.alfresco.service.cmr.repository.NodeRef node)
Sets up the breadcrumb location representation for the given node in
the given list.
|
Modifier and Type | Method and Description |
---|---|
void |
UIBreadcrumb.appendHandler(IBreadcrumbHandler handler)
Append a handler object to the current breadcrumb structure
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRepoBreadcrumbHandler |
Copyright © 2005–2017 Alfresco Software. All rights reserved.