oracle.jdeveloper.webapp.breadcrumbs
Class WebAppBreadcrumbsModel
java.lang.Object
   oracle.jdeveloper.webapp.breadcrumbs.WebAppBreadcrumbsModel
oracle.jdeveloper.webapp.breadcrumbs.WebAppBreadcrumbsModel
- All Implemented Interfaces: 
- BreadcrumbsModel
- public final class WebAppBreadcrumbsModel 
- extends java.lang.Object- implements BreadcrumbsModel
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ID_ATTR_NAME
public static final java.lang.String ID_ATTR_NAME
- See Also:
- Constant Field Values
WebAppBreadcrumbsModel
public WebAppBreadcrumbsModel(oracle.bali.xml.model.XmlView view)
WebAppBreadcrumbsModel
public WebAppBreadcrumbsModel(oracle.bali.xml.model.XmlView view,
                              org.w3c.dom.traversal.NodeFilter filter)
getBreadcrumbCount
public int getBreadcrumbCount()
- 
- Specified by:
- getBreadcrumbCountin interface- BreadcrumbsModel
 
- 
- Returns:
- the number of breadcrumbs currently visible
 
getBreadcrumb
public Breadcrumb getBreadcrumb(int crumb)
- 
- Specified by:
- getBreadcrumbin interface- BreadcrumbsModel
 
- 
- Parameters:
- crumb- the 0-based index of the breadcrumb to receive. 0 being the 
 top-most level.
- Returns:
- the Breadcrumb at that index
 
hasChildren
public boolean hasChildren(Breadcrumb breadcrumb)
- Description copied from interface: BreadcrumbsModel
- The breadcrumb visualization has the ability to display a popup list of 
 possible child breadcrumbs or significant locations for
 a breadcrumb. If the given breadcrumb object wants to be able to 
 display this list then return true
 
- 
- Specified by:
- hasChildrenin interface- BreadcrumbsModel
 
- 
- Returns:
- whether the breadcrumb wants to display a popup list of children
 
addBreadcrumbsModelListener
public void addBreadcrumbsModelListener(BreadcrumbsModelListener l)
- 
- Specified by:
- addBreadcrumbsModelListenerin interface- BreadcrumbsModel
 
- 
 
removeBreadcrumbsModelListener
public void removeBreadcrumbsModelListener(BreadcrumbsModelListener l)
- 
- Specified by:
- removeBreadcrumbsModelListenerin interface- BreadcrumbsModel
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.