2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE componentDefinition [
|
|
3 |
<!ENTITY common_srcgen SYSTEM "SingleLineDataQuery.inc">
|
|
4 |
]>
|
|
5 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
6 |
<!-- All rights reserved. -->
|
|
7 |
<!-- This component and the accompanying materials are made available -->
|
|
8 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
9 |
<!-- which accompanies this distribution, and is available -->
|
|
10 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
11 |
|
|
12 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
13 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
14 |
|
|
15 |
<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery20.type">
|
|
16 |
<!-- includes EIpLayout and EFixedPointLayout -->
|
|
17 |
<enumElement value="EDataLayout"/>
|
|
18 |
<enumElement value="EPhoneLayout"/>
|
|
19 |
<enumElement value="EPinLayout"/>
|
|
20 |
<enumElement value="ECodeLayout"/>
|
|
21 |
<enumElement value="EDateLayout"/>
|
|
22 |
<enumElement value="ETimeLayout"/>
|
|
23 |
<enumElement value="EDurationLayout"/>
|
|
24 |
<enumElement value="EFloatingPointLayout"/>
|
|
25 |
<enumElement value="ENumberLayout"/>
|
|
26 |
</enumPropertyDeclaration>
|
|
27 |
|
|
28 |
<component baseComponent="com.nokia.sdt.series60.SingleLineDataQueryBase"
|
|
29 |
friendlyName="%friendlyName"
|
|
30 |
qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery"
|
|
31 |
category="NotesDialogs"
|
|
32 |
instanceNameRoot="dataQuery"
|
|
33 |
version="1.0">
|
|
34 |
<documentation>
|
|
35 |
<information>%information</information>
|
|
36 |
</documentation>
|
|
37 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="2.0.9"
|
|
38 |
className="CAknQueryDialog" classHelpTopic=""
|
|
39 |
resourceType="AVKON_DATA_QUERY" resourceHelpTopic="" />
|
|
40 |
<designerImages smallIconFile="SingleLineDataQuery_sm.png"
|
|
41 |
largeIconFile="SingleLineDataQuery.png"/>
|
|
42 |
<properties>
|
|
43 |
<enumProperty category="Behavior" name="type" type="com.nokia.sdt.series60.SingleLineDataQuery20.type"
|
|
44 |
default="EDataLayout"
|
|
45 |
descriptionKey="typeDescription" />
|
|
46 |
</properties>
|
|
47 |
<implementations>
|
|
48 |
<implementation>
|
|
49 |
<interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator"/>
|
|
50 |
<script file="SingleLineDataQuery_2.0.js" prototype="SingleLineDataQuery20Validator"/>
|
|
51 |
</implementation>
|
|
52 |
</implementations>
|
|
53 |
|
|
54 |
<sourceGen>
|
|
55 |
&common_srcgen;
|
|
56 |
</sourceGen>
|
|
57 |
|
|
58 |
</component>
|
|
59 |
|
|
60 |
</componentDefinition>
|