Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Interface IWDViewContainer

All Known Subinterfaces:
IWDViewContainerUIElement

public interface IWDViewContainer

Web Dynpro ViewContainer marker interface.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!

Common interface of all view containers, i.e. view elements capable of containing another view.


Method Summary
 IWDView getContent()
          Returns the view that is currently contained in this view container.
 java.lang.String getViewContainer()
          Returns the name of the runtime repository's view container info associated with this view container.
 void setViewContainer(java.lang.String viewContainerInfoName)
          Sets the name of the runtime repository's view container info associated with this view container.
 

Method Detail

getContent

public IWDView getContent()
Returns the view that is currently contained in this view container.

getViewContainer

public java.lang.String getViewContainer()
Returns the name of the runtime repository's view container info associated with this view container.

setViewContainer

public void setViewContainer(java.lang.String viewContainerInfoName)
Sets the name of the runtime repository's view container info associated with this view container.

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15