public interface Breadcrumb
A breadcrumb can describe a search, refinement, or range filter.
This model provides the action that can be used to form a request for removing a breadcrumb from the current navigation state.
Modifier and Type | Method and Description |
---|---|
NavigationAction |
getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
NavigationAction getRemoveAction()
NavigationAction
that will remove this Breadcrumb
.Copyright © 2014, Oracle and/or its affiliates. All rights reserved.