|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.bean.nav.AppNavPageWrapper
com.webmethods.caf.faces.bean.nav.ShadowAppNavPage
public class ShadowAppNavPage
Creates a shadow subtree structure
which wraps an existing IAppNavPage
subtree.
Field Summary | |
---|---|
protected List |
m_children
List of IAppNavPage children. |
protected IAppNavPage |
m_parent
Reference to IAppNavPage parent. |
Fields inherited from class com.webmethods.caf.faces.bean.nav.AppNavPageWrapper |
---|
m_page |
Constructor Summary | |
---|---|
ShadowAppNavPage(IAppNavPage page)
Creates a shadow subtree structure for the specified page, with the specified page as the subtree root. |
|
ShadowAppNavPage(IAppNavPage page,
IAppNavPage parent)
Creates a shadow subtree structure for the specified page, with the specified (non-shadowed) parent. |
Method Summary | |
---|---|
List |
getPageChildren()
List of IAppNavPage children. |
IAppNavPage |
getPageParent()
IAppNavPage parent. |
void |
setPageParent(IAppNavPage parent)
Sets this page's (non-shadowed) parent. |
Methods inherited from class com.webmethods.caf.faces.bean.nav.AppNavPageWrapper |
---|
getChildren, getData, getId, getParent, getTitle, getUrl, getWrappedPage, setWrappedPage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IAppNavPage m_parent
IAppNavPage
parent.
protected List m_children
IAppNavPage
children.
Constructor Detail |
---|
public ShadowAppNavPage(IAppNavPage page)
public ShadowAppNavPage(IAppNavPage page, IAppNavPage parent)
Method Detail |
---|
public IAppNavPage getPageParent()
IAppNavPage
parent.
Null if root page.
getPageParent
in interface IAppNavPage
getPageParent
in class AppNavPageWrapper
public List getPageChildren()
IAppNavPage
children.
Empty list (non-null) for leaf pages.
getPageChildren
in interface IAppNavPage
getPageChildren
in class AppNavPageWrapper
public void setPageParent(IAppNavPage parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |