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