2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE componentDefinition [
|
|
3 |
<!ENTITY common_srcgenAndSourceMapping SYSTEM "CAknView_common.inc">
|
|
4 |
<!ENTITY common_events SYSTEM "CAknView_events.inc">
|
|
5 |
]>
|
|
6 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
7 |
<!-- All rights reserved. -->
|
|
8 |
<!-- This component and the accompanying materials are made available -->
|
|
9 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
10 |
<!-- which accompanies this distribution, and is available -->
|
|
11 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
12 |
|
|
13 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
14 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
15 |
<component
|
|
16 |
friendlyName="%friendlyName"
|
|
17 |
qualifiedName="com.nokia.sdt.series60.CAknView"
|
|
18 |
baseComponent="com.nokia.sdt.series60.DesignTimeContainer"
|
|
19 |
instanceNameRoot="view"
|
|
20 |
version="1.2">
|
|
21 |
<documentation>
|
|
22 |
<information>%information</information>
|
|
23 |
</documentation>
|
|
24 |
<symbian sdkName="com.nokia.series60"
|
|
25 |
minSDKVersion="2.8"
|
|
26 |
className="CAknView" classHelpTopic="" />
|
|
27 |
<designerImages smallIconFile="CAknView_sm.png"
|
|
28 |
largeIconFile="CAknView.png"/>
|
|
29 |
<attributes>
|
|
30 |
<attribute key="options-menu-property-name">optionsMenu</attribute>
|
|
31 |
<attribute key="event-handler-target">true</attribute>
|
|
32 |
</attributes>
|
|
33 |
<properties>
|
|
34 |
<property category="Layout" name="layoutConfig" type="string"
|
|
35 |
editorClass="com.nokia.sdt.series60.component.LayoutConfigEditorFactory"
|
|
36 |
descriptionKey="layoutConfigDescription" />
|
|
37 |
</properties>
|
|
38 |
|
|
39 |
<extensionProperties name="default">
|
|
40 |
<componentReferenceProperty category="View" scope="children" constraint="com.nokia.sdt.series60.MenuBar"
|
|
41 |
name="optionsMenu" descriptionKey="optionsMenuDescription" />
|
|
42 |
</extensionProperties>
|
|
43 |
|
|
44 |
<events>
|
|
45 |
&common_events;
|
|
46 |
</events>
|
|
47 |
|
|
48 |
<implementations>
|
|
49 |
<implementation>
|
|
50 |
<interface id="com.nokia.sdt.datamodel.adapter.ILayout"/>
|
|
51 |
<script file="CAknView_layout.js"
|
|
52 |
prototype="CAknViewLayout"/>
|
|
53 |
</implementation>
|
|
54 |
<implementation>
|
|
55 |
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
|
|
56 |
<code class="com.nokia.sdt.series60.component.AknViewVisualImplFactory"/>
|
|
57 |
</implementation>
|
|
58 |
<implementation>
|
|
59 |
<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/>
|
|
60 |
<interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator"/>
|
|
61 |
<script file="CAknView_queryContainment.js" prototype="CAknViewScript"/>
|
|
62 |
</implementation>
|
|
63 |
<implementation>
|
|
64 |
<interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/>
|
|
65 |
<script file="CAknView.js" prototype="CAknViewPropertyExtenders"/>
|
|
66 |
</implementation>
|
|
67 |
</implementations>
|
|
68 |
|
|
69 |
&common_srcgenAndSourceMapping;
|
|
70 |
|
|
71 |
</component>
|
|
72 |
</componentDefinition>
|