|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IApplicationPage | |
| IPage | The interface that represents the semantic aspect of a page object. |
| IPages | The interface for the page object management service that provides helper methods for working with pages. |
Provides interfaces for the page semantic object.
IPages is used for creating a page object, and IPage represents a page object.
With IPage, you can assign to the page a default layout, which is used for rendering. Other layouts can be assigned to a page, making them available to the user when personalizing the page. Methods enable you to add and remove iViews.
Some updates to the page object require a call to IPage.save
(such as when updating attributes), while other updates do not require a call to
save (such as when adding iViews to a page). Check the Javadocs for
each method to determine whether a call to save is
required.
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||