|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAppNavPage
Represents a standalone page in a web application. If the page does not have a parent page, it is considered to be the root page in the web application navigation structure. if the page does not have any children, it is considered to be a leaf page in the web application navigation structure.
Method Summary | |
---|---|
List |
getChildren()
List of IAppNavPage children, in order. |
Object |
getData()
This IAppNavPage . |
String |
getId()
Page id (ex "/myfolder/myview.view"). |
List |
getPageChildren()
List of IAppNavPage children, in order (convenience version of IAppNavPage.getChildren() ). |
IAppNavPage |
getPageParent()
IAppNavPage parent (convenience version of IAppNavPage.getParent() ). |
INode |
getParent()
IAppNavPage parent. |
String |
getTitle()
Page title (ex "My View"). |
String |
getUrl()
Page url (ex "/mycontext/myfolder/myview.view"). |
Method Detail |
---|
Object getData()
IAppNavPage
.
getData
in interface INode
String getId()
getId
in interface INode
INode getParent()
IAppNavPage
parent.
Null if root page.
getParent
in interface INode
List getChildren()
IAppNavPage
children, in order.
Empty list (non-null) for leaf pages.
getChildren
in interface INode
String getUrl()
String getTitle()
IAppNavPage getPageParent()
IAppNavPage
parent (convenience version of IAppNavPage.getParent()
).
Null if root page.
List getPageChildren()
IAppNavPage
children, in order (convenience version of IAppNavPage.getChildren()
).
Empty list (non-null) for leaf pages.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |