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…