Web Dynpro API Documentation

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

All Superinterfaces:
IWDViewElement
All Known Subinterfaces:
IWDFlowData, IWDGridData, IWDMatrixData, IWDMatrixHeadData, IWDRowData, IWDRowHeadData

public interface IWDLayoutData
extends IWDViewElement

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

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


Method Summary
 IWDUIElement getUIElement()
          Returns the current UIElement.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Method Detail

getUIElement

public IWDUIElement getUIElement()
Returns the current UIElement. A UI element may carry layout data that is used by the layout manager of its parent container.
Returns:
the current UIElement

Web Dynpro API Documentation

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