|
|||||||||
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
public class AppNavPageWrapper
Wraps an existing IAppNavPage
.
Field Summary | |
---|---|
protected IAppNavPage |
m_page
IAppNavPage which is set as the wrapped page. |
Constructor Summary | |
---|---|
AppNavPageWrapper()
New, uninitialized AppNavPageWrapper; must be initialized via AppNavPageWrapper.setWrappedPage(IAppNavPage) . |
|
AppNavPageWrapper(IAppNavPage page)
Wraps an existing IAppNavPage . |
Method Summary | |
---|---|
List |
getChildren()
Returns AppNavPageWrapper.getPageChildren() . |
Object |
getData()
This IAppNavPage . |
String |
getId()
Page id (ex "/myfolder/myview.view"). |
List |
getPageChildren()
List of IAppNavPage children. |
IAppNavPage |
getPageParent()
IAppNavPage parent. |
INode |
getParent()
Returns AppNavPageWrapper.getPageParent() . |
String |
getTitle()
Page title (ex "My View"). |
String |
getUrl()
Page url (ex "/mycontext/myfolder/myview.view"). |
IAppNavPage |
getWrappedPage()
Returns IAppNavPage set as the wrapped page. |
void |
setWrappedPage(IAppNavPage page)
Sets a IAppNavPage as the wrapped page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IAppNavPage m_page
IAppNavPage
which is set as the wrapped page.
Constructor Detail |
---|
public AppNavPageWrapper()
AppNavPageWrapper.setWrappedPage(IAppNavPage)
.
public AppNavPageWrapper(IAppNavPage page)
IAppNavPage
.
Method Detail |
---|
public Object getData()
IAppNavPage
.
getData
in interface IAppNavPage
getData
in interface INode
public String getId()
getId
in interface IAppNavPage
getId
in interface INode
public INode getParent()
AppNavPageWrapper.getPageParent()
.
getParent
in interface IAppNavPage
getParent
in interface INode
public List getChildren()
AppNavPageWrapper.getPageChildren()
.
getChildren
in interface IAppNavPage
getChildren
in interface INode
public String getUrl()
getUrl
in interface IAppNavPage
public String getTitle()
getTitle
in interface IAppNavPage
public IAppNavPage getPageParent()
IAppNavPage
parent.
Null if root page.
getPageParent
in interface IAppNavPage
public List getPageChildren()
IAppNavPage
children.
Empty list (non-null) for leaf pages.
getPageChildren
in interface IAppNavPage
public IAppNavPage getWrappedPage()
IAppNavPage
set as the wrapped page.
IAppNavPage
public void setWrappedPage(IAppNavPage page)
IAppNavPage
as the wrapped page.
page
- the IAppNavPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |