com.atlassian.breadcrumbs.chain
Class ChainCrumb

java.lang.Object
  extended by com.atlassian.breadcrumbs.BaseCrumb
      extended by com.atlassian.breadcrumbs.chain.ChainCrumb
All Implemented Interfaces:
BreadCrumb

public class ChainCrumb
extends BaseCrumb


Field Summary
 
Fields inherited from class com.atlassian.breadcrumbs.BaseCrumb
action, BROWSE_PREFIX, NUMBER_PREFIX, request
 
Constructor Summary
ChainCrumb(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork.Action action)
           
 
Method Summary
 java.util.Collection<BreadCrumb> getChildCrumbs()
          Returns the children crumbs.
 java.lang.String getId()
           
 java.lang.String getLabel()
          Returns the visible label for the bread crumb
 java.lang.String getTitle()
           
 java.lang.String getUrl()
          Returns the URL for the given label
 boolean isCurrentPage()
          Returns true if the curren BreadCrumb should be selected
 boolean isDisabled()
           
 boolean isShown()
          Should the BreadCrumb be shown?
 
Methods inherited from class com.atlassian.breadcrumbs.BaseCrumb
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainCrumb

public ChainCrumb(javax.servlet.http.HttpServletRequest request,
                  com.opensymphony.xwork.Action action)
Method Detail

isShown

public boolean isShown()
Description copied from interface: BreadCrumb
Should the BreadCrumb be shown?

Returns:
true if it should be displayed

getTitle

public java.lang.String getTitle()

getId

public java.lang.String getId()

getLabel

public java.lang.String getLabel()
Description copied from interface: BreadCrumb
Returns the visible label for the bread crumb

Returns:
string, cannot be null

getUrl

public java.lang.String getUrl()
Description copied from interface: BreadCrumb
Returns the URL for the given label

Returns:
URL of label. No context is added

isCurrentPage

public boolean isCurrentPage()
Description copied from interface: BreadCrumb
Returns true if the curren BreadCrumb should be selected

Returns:
true or false

getChildCrumbs

public java.util.Collection<BreadCrumb> getChildCrumbs()
Description copied from interface: BreadCrumb
Returns the children crumbs. This is not as sinister as it sounds! The bread crumb will iterate throught each chil crumb until one returns true for BreadCrumb.isShown() and then it'll follow down that crumb tree

Returns:
Collection of BreadCrumb objects. Collections.emptyList() if no child crumbs

isDisabled

public boolean isDisabled()


Copyright © 2012 Atlassian. All Rights Reserved.