|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface com.bea.netuix.application.view.NavigableView |
ALIGNMENT_LEFT, ALIGNMENT_RIGHT |
Method Summary | |
int |
getBookCount()
A convenience method for retrieving a total count of all the books in all the placeholders on this page. |
BookGroupId |
getBookGroupId()
|
BookView |
getBookView(BookInstanceId bookInstanceId)
Retrieve a BookView matching the supplied database instance id. |
BookView |
getBookView(String label)
Retrieve a BookView matching the supplied label. |
BookView |
getBookViewRecursive(BookInstanceId bookInstanceId)
Retrieve a BookView matching the supplied database instance id. |
BookView |
getBookViewRecursive(String bookDefinitionLabel)
Retrieve a BookView matching the supplied database definition label. |
BookView[] |
getBookViews()
Retrieves a list of all books in all placeholders on this page. |
LayoutView |
getLayoutView()
|
LocalizationResourceView |
getLocalizationResourceView()
|
PageDefinition |
getPageDefinition()
|
PageDefinitionId |
getPageDefinitionId()
|
PageInstance |
getPageInstance()
|
PageInstanceId |
getPageInstanceId()
|
PageView |
getPageViewRecursive(PageInstanceId pageInstanceId)
Retrieve a PageView matching the supplied database instance id. |
PageView |
getPageViewRecursive(String pageDefinitionLabel)
Retrieve a PageView matching the supplied database definition label. |
int |
getPlaceableCount()
A convenience method for retieving a total count of all placeables (Books and Portlets) in all the placeholders on this page. |
PlaceableView |
getPlaceableView(String label)
Return a PlaceableView (PortletView or BookView) matching the supplied label. |
PlaceableView[] |
getPlaceableViews()
A method for retrieving an ordered list of all the placeables (Books and Portlets) in all the placeholders on this page. |
int |
getPlaceholderCount()
A convenience method for retieving a count of Placeholders in the current Layout on this page. |
PlaceholderView[] |
getPlaceholderViews()
A method for retrieving an ordered list of all the placeholders in this page. |
int |
getPortletCount()
A convenience method for retrieving a total count of all the portlets in all the placeholders on this page. |
PortletView |
getPortletView(PortletInstanceId portletInstanceId)
Retrieve a PortletView matching the supplied database instance id. |
PortletView |
getPortletView(String instanceLabel)
Retrieve a PortletView matching the supplied instance label. |
PortletView |
getPortletViewRecursive(PortletInstanceId portletInstanceId)
|
PortletView |
getPortletViewRecursive(String portletInstanceLabel)
|
PortletView[] |
getPortletViews()
Retrieves a list of all portlets in all placeholders on this page. |
PortletView[] |
getPortletViews(String definitionLabel)
Retrieve an array PortletViews matching the supplied definition label. |
String |
getWebAppName()
|
Methods inherited from interface com.bea.netuix.application.view.NavigableView |
getAlignment, getDefinitionLabel, getMenuPosition, getNavigableDefinition, getNavigableInstance, isDefaultPage, isHidden |
Methods inherited from interface com.bea.netuix.application.view.View |
getDescription, getTitle |
Methods inherited from interface com.bea.netuix.application.view.ThemedMarkupBasedView |
getThemeView |
Methods inherited from interface com.bea.netuix.application.view.MarkupBasedView |
getMarkupView |
Method Detail |
public PageInstanceId getPageInstanceId()
public PageDefinitionId getPageDefinitionId()
public BookGroupId getBookGroupId()
public PageInstance getPageInstance()
public PageDefinition getPageDefinition()
public LocalizationResourceView getLocalizationResourceView()
getLocalizationResourceView
in interface NavigableView
public LayoutView getLayoutView()
public PortletView[] getPortletViews()
Retrieves a list of all portlets in all placeholders on this page. For an ordered lists
see getPlaceableViews()
public int getPortletCount()
A convenience method for retrieving a total count of all the portlets in all the placeholders on this page.
public BookView[] getBookViews()
Retrieves a list of all books in all placeholders on this page. For an ordered lists
see getPlaceableViews()
public int getBookCount()
A convenience method for retrieving a total count of all the books in all the placeholders on this page.
public PlaceableView[] getPlaceableViews()
A method for retrieving an ordered list of all the placeables (Books and Portlets) in all the placeholders on this page. For just a list of placeables in a particular placeholder see PlaceholderView.
public int getPlaceableCount()
A convenience method for retieving a total count of all placeables (Books and Portlets) in all the placeholders on this page.
public PlaceholderView[] getPlaceholderViews()
A method for retrieving an ordered list of all the placeholders in this page. The order of the
placeholders is determined by the placeholders getLocation()
index.
public int getPlaceholderCount()
A convenience method for retieving a count of Placeholders in the current Layout on this page.
public PortletView getPortletView(String instanceLabel)
instanceLabel
- the instance label of the portlet
public PortletView getPortletView(PortletInstanceId portletInstanceId)
portletInstanceId
- the database instance id of the portlet
public PortletView[] getPortletViews(String definitionLabel)
definitionLabel
- the definition label of the portlets
public BookView getBookView(String label)
label
-
public BookView getBookView(BookInstanceId bookInstanceId)
bookInstanceId
- the database instance id of the book
public BookView getBookViewRecursive(BookInstanceId bookInstanceId)
bookInstanceId
- the database instance id of the book
public BookView getBookViewRecursive(String bookDefinitionLabel)
bookDefinitionLabel
- the deifnition label fo rthe book
public PageView getPageViewRecursive(PageInstanceId pageInstanceId)
pageInstanceId
- the database instance id of the page
public PageView getPageViewRecursive(String pageDefinitionLabel)
pageDefinitionLabel
- the definition label of the page
public PortletView getPortletViewRecursive(PortletInstanceId portletInstanceId)
public PortletView getPortletViewRecursive(String portletInstanceLabel)
public PlaceableView getPlaceableView(String label)
Return a PlaceableView (PortletView or BookView) matching the supplied label.
Note: portlets a searched first so if a book and a portlet have the same label (which is possible)
then the portletview would be returned. If you need the BookView or PortletView explicitly then call
getBookView(String defintionLabel) or getPortletView(String instanceLabel)
.
label
- - instance label for portlets and definition label for books
public String getWebAppName()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |