|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.DeprecatedUINode | +--oracle.cabo.ui.BaseUINode | +--oracle.cabo.ui.BaseMutableUINode | +--oracle.cabo.ui.beans.BaseWebBean | +--oracle.cabo.ui.beans.MarlinBean | +--oracle.cabo.ui.beans.nav.QuickLinksBean
This bean is not supported on the following agent types: pda.
The quickLinks component is used to display links to top level headers in a page. If you are using pageLayout, do not use this component! Instead, use the the "quickLinksShown" attribute of PageLayout.
By default, quickLinks creates a link to each top level
header on the page except the first header. To restrict
which headers have links, set the ANCESTOR_PATH_ATTR
on the quicklinks component.
All headers that with links in the quicklinks bar will be descendents
of the node with the Path specified by this attribute. The first header
descending from this node will not have a link associated with it.
Quicklinks will create a link with the same text as the header title. You may
specify a shorter, yet still meaningful, name to appear as the link text by
setting the SHORT_TEXT_ATTR
attribute on the appropriate
header. In this case, quicklinks will provide a rollover with the entire
header text.
The quicklinks component has no children, and does not render any set.
<pageLayout quickLinksShown="true" title="Title"> <!-- Rest of pageLayout -->
UIConstants
Constructor Summary | |
|
QuickLinksBean()
Construct an instance of the QuickLinksBean. |
protected |
QuickLinksBean(boolean ignored,
java.lang.String localName)
Construct an instance of the QuickLinksBean. |
|
QuickLinksBean(Path ancestorPath)
Construct an instance of the QuickLinksBean. |
Method Summary | |
java.lang.String |
getAncestorID()
Gets @deprecated Do not use this attribute. |
static java.lang.String |
getAncestorID(MutableUINode bean)
Gets @deprecated Do not use this attribute. |
Path |
getAncestorPath()
Gets the absolute path to the ancestor of the quicklinks that has as descendents all headers that should have links |
static Path |
getAncestorPath(MutableUINode bean)
Gets the absolute path to the ancestor of the quicklinks that has as descendents all headers that should have links |
static void |
setAncestorID(MutableUINode bean,
java.lang.String ancestorID)
Sets @deprecated Do not use this attribute. |
void |
setAncestorID(java.lang.String ancestorID)
Sets @deprecated Do not use this attribute. |
static void |
setAncestorPath(MutableUINode bean,
Path ancestorPath)
Sets the absolute path to the ancestor of the quicklinks that has as descendents all headers that should have links |
void |
setAncestorPath(Path ancestorPath)
Sets the absolute path to the ancestor of the quicklinks that has as descendents all headers that should have links |
Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public QuickLinksBean()
public QuickLinksBean(Path ancestorPath)
ancestorPath
- the absolute path to the ancestor of the quicklinks that
has as descendents all headers that should have linksprotected QuickLinksBean(boolean ignored, java.lang.String localName)
Method Detail |
public final Path getAncestorPath()
public final void setAncestorPath(Path ancestorPath)
public final java.lang.String getAncestorID()
public final void setAncestorID(java.lang.String ancestorID)
public static Path getAncestorPath(MutableUINode bean)
public static void setAncestorPath(MutableUINode bean, Path ancestorPath)
public static java.lang.String getAncestorID(MutableUINode bean)
public static void setAncestorID(MutableUINode bean, java.lang.String ancestorID)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |