|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlconstructs.PTBreadcrumbPath
public class PTBreadcrumbPath
An object of this class can be used to contruct the familiar
breadcrumb path.
The breadcrumb path construct contains an ordered list of text
and/or links, separated by a separator character.
| Field Summary | |
|---|---|
java.lang.String |
sSeparator
The separator should use breaking spaces so that the breadcrumb can wrap between folders. |
| Constructor Summary | |
|---|---|
PTBreadcrumbPath()
Creates a new PTBreadcrumbPath object. |
|
| Method Summary | |
|---|---|
void |
appendAnchorItem(HTMLAnchor a)
Call this method to append an HTMLAnchor to the end of this path. |
void |
appendTextItem(java.lang.String s)
Call this method to append a regular string to the end of this path. |
HTMLElement |
GetPathAsHTMLElement()
Call this method to obtain an HTMLElement that describes the state of this breadcrumb path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String sSeparator
| Constructor Detail |
|---|
public PTBreadcrumbPath()
| Method Detail |
|---|
public HTMLElement GetPathAsHTMLElement()
java.lang.Exceptionpublic void appendAnchorItem(HTMLAnchor a)
a - public void appendTextItem(java.lang.String s)
s -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||