8.1.1 OVS
介面:IWDOVSDialog、IWDOVSSuggester、IWDOVSController、IWDOVSProvider、IWDWindow、IWDExternalControllerInterface、IWDComponentUsage
可將context中的屬性的數據類型直接設置為某個JAVA類,如在context中創建一個dialog的屬性, 並將該屬性的數據類型設為com.sap.tc.webdynpro.progmodel.api.IWDOVSDialog,表示該屬性可實現對話框的打開、關閉等操作。
其中IWDOVSController傳遞給IWDOVSDialog、IWDOVSSuggester,用於控制dialog與web dynpor的數據通訊
IWDOVSProvider Web Dynpro uses this interface to get a component handling the OVS. Web Dynpro only needs the interface window of this component to supply the popup window
IWDExternalControllerInterface
Common Interface for all External Interfaces of Controllers. Important: All members in this interface MUST be prefixed with “wd” to avoid collisions with application code
IWDComponentUsage
API of component usages. A component usage provides access to the interfaces of an embedded component and manages the life cycle of an embedded component instance.
8.2 消息處理
在context中處理
8.3 高級CONTEXT
1. calculated 屬性
2. supply function
3. dispose function
4. recruive-context node
5. typed context API (how to reduce memory)
8.4 動態UI
8.5 Model interface
8.6 Structing application
8.6.1 dependencity
兩種選擇:createOnCommand
Manual 程序員控制
以下文章點擊率最高
Loading…