Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.ui.breadcrumbs
Interface AttributedBreadcrumb


public interface AttributedBreadcrumb

An interface to optionally customize individual breadcrumbs with different attributes. Attributes can be added to this class in future on an as needed basis without breaking existing implementations.


Nested Class Summary
static class AttributedBreadcrumb.Attribute
           
 
Method Summary
 java.lang.Object getAttribute(AttributedBreadcrumb.Attribute attribute)
          Get the value of the given attribute for this breadcrumb
 boolean hasAttribute(AttributedBreadcrumb.Attribute attribute)
           
 

Method Detail

getAttribute

java.lang.Object getAttribute(AttributedBreadcrumb.Attribute attribute)
Get the value of the given attribute for this breadcrumb

Parameters:
attribute -
Returns:
the value of the attribute of type Attribute.getType()

hasAttribute

boolean hasAttribute(AttributedBreadcrumb.Attribute attribute)
Parameters:
attribute -
Returns:
true if this breadcrumb contains this attribute

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.