public class SearchBreadcrumb extends Object implements Breadcrumb
| Constructor and Description |
|---|
SearchBreadcrumb() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrectedTerms() |
String |
getKey() |
MatchMode |
getMatchMode() |
NavigationAction |
getRemoveAction()
Returns a navigation action with the necessary information to remove
this breadcrumb.
|
String |
getTerms() |
void |
setCorrectedTerms(String terms)
Sets the terms that were corrected.
|
void |
setKey(String key)
Sets the search key of this
SearchBreadcrumb. |
void |
setMatchMode(MatchMode matchMode)
Sets the match mode of this
SearchBreadcrumb. |
void |
setRemoveAction(NavigationAction removeAction)
Sets the remove action of this
SearchBreadcrumb. |
void |
setTerms(String terms)
Sets the term of this
SearchBreadcrumb. |
public NavigationAction getRemoveAction()
getRemoveAction in interface BreadcrumbNavigationAction that will remove this Breadcrumb.public void setRemoveAction(NavigationAction removeAction)
SearchBreadcrumb.removeAction - the action that will remove this SearchBreadcrumbpublic String getKey()
public void setKey(String key)
SearchBreadcrumb.key - the search key for this breadcrumbpublic MatchMode getMatchMode()
public void setMatchMode(MatchMode matchMode)
SearchBreadcrumb.matchMode - the match modeMatchModepublic String getTerms()
public void setTerms(String terms)
SearchBreadcrumb.terms - The terms of the searchpublic String getCorrectedTerms()
public void setCorrectedTerms(String terms)
terms - The corrected termsCopyright © 2013, Oracle and/or its affiliates. All rights reserved.