com.bea.netuix.application.view
Interface DesktopView
- All Superinterfaces:
- MarkupBasedView, Serializable, View
- public interface DesktopView
- extends MarkupBasedView
getDesktopInstanceId
public DesktopInstanceId getDesktopInstanceId()
getDesktopDefinitionId
public DesktopDefinitionId getDesktopDefinitionId()
getDesktopInstance
public DesktopInstance getDesktopInstance()
getDesktopDefinition
public DesktopDefinition getDesktopDefinition()
getLocalizationResourceView
public LocalizationResourceView getLocalizationResourceView()
getShellView
public ShellView getShellView()
getBookView
public BookView getBookView()
getLookAndFeelView
public LookAndFeelView getLookAndFeelView()
getBookViewRecursive
public BookView getBookViewRecursive(BookInstanceId bookInstanceId)
getBookViewRecursive
public BookView getBookViewRecursive(String bookDefinitionLabel)
getPageViewRecursive
public PageView getPageViewRecursive(PageInstanceId pageInstanceId)
getPageViewRecursive
public PageView getPageViewRecursive(String pageDefinitionLabel)
getPortletViewRecursive
public PortletView getPortletViewRecursive(PortletInstanceId portletInstanceId)
- Given the supplied portlet instance id search the entire
desktop for a portlet matching the given instance id.
- Parameters:
portletInstanceId
- as defined in the database.
- Returns:
- a portletView if found otherwise null
getPortletViewRecursive
public PortletView getPortletViewRecursive(String instanceLabel)
- Given the supplied portlet instance label search the entire
desktop for a portlet matching the given instance label.
- Parameters:
instanceLabel
- as defined on the netuix:portletInstance control
- Returns:
- a portletView if found otherwise null
Copyright © 2003 BEA Systems, Inc. All Rights Reserved