Web Dynpro API Documentation

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

All Superinterfaces:
IWDViewElement
All Known Subinterfaces:
IWDFlowLayout, IWDGridLayout, IWDMatrixLayout, IWDRowLayout

public interface IWDLayout
extends IWDViewElement

Web Dynpro Layout API. Layout is the abstract base class of all layout classes.

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


Method Summary
 IWDUIElementContainer getUIElementContainer()
          Returns the current UIElementContainer.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Method Detail

getUIElementContainer

public IWDUIElementContainer getUIElementContainer()
Returns the current UIElementContainer. A container manages the layout of its children using an associated layout manager.
Returns:
the current UIElementContainer

Web Dynpro API Documentation

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