uidesigner/com.nokia.sdt.series60.componentlibrary/components/transient/SingleLineDataQuery_2.1plus.component
author timkelly
Thu, 23 Apr 2009 08:52:08 -0500
branchRCL_2_0
changeset 117 bac3606e1ea9
parent 2 d760517a8095
permissions -rw-r--r--
fix bug 8914. endless sdk refresh when devices.xml is empty or has xml format error
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_srcgen SYSTEM "SingleLineDataQuery.inc">
cawthron
parents:
diff changeset
     4
]>
cawthron
parents:
diff changeset
     5
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     6
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     7
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     8
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     9
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
    10
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
    11
cawthron
parents:
diff changeset
    12
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
cawthron
parents:
diff changeset
    13
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
cawthron
parents:
diff changeset
    14
	
cawthron
parents:
diff changeset
    15
	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery21.type">
cawthron
parents:
diff changeset
    16
		<!-- includes EIpLayout and EFixedPointLayout -->
cawthron
parents:
diff changeset
    17
		<enumElement value="EDataLayout"/>
cawthron
parents:
diff changeset
    18
		<enumElement value="EPhoneLayout"/>
cawthron
parents:
diff changeset
    19
		<enumElement value="EPinLayout"/>
cawthron
parents:
diff changeset
    20
		<enumElement value="ECodeLayout"/>
cawthron
parents:
diff changeset
    21
		<enumElement value="EDateLayout"/>
cawthron
parents:
diff changeset
    22
		<enumElement value="ETimeLayout"/>
cawthron
parents:
diff changeset
    23
		<enumElement value="EDurationLayout"/>
cawthron
parents:
diff changeset
    24
		<enumElement value="EFloatingPointLayout"/>
cawthron
parents:
diff changeset
    25
		<enumElement value="EFixedPointLayout"/>
cawthron
parents:
diff changeset
    26
		<enumElement value="ENumberLayout"/>
cawthron
parents:
diff changeset
    27
		<enumElement value="EIpLayout"/>
cawthron
parents:
diff changeset
    28
	</enumPropertyDeclaration>
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
	<component baseComponent="com.nokia.sdt.series60.SingleLineDataQueryBase" 
cawthron
parents:
diff changeset
    31
		friendlyName="%friendlyName" 
cawthron
parents:
diff changeset
    32
		qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery" 
cawthron
parents:
diff changeset
    33
		category="NotesDialogs"
cawthron
parents:
diff changeset
    34
		instanceNameRoot="dataQuery"
cawthron
parents:
diff changeset
    35
		version="1.0">
cawthron
parents:
diff changeset
    36
		<documentation>
cawthron
parents:
diff changeset
    37
			<information>%information</information>
cawthron
parents:
diff changeset
    38
		</documentation>
cawthron
parents:
diff changeset
    39
		<symbian sdkName="com.nokia.series60" minSDKVersion="2.1" 
cawthron
parents:
diff changeset
    40
			className="CAknQueryDialog" classHelpTopic=""
cawthron
parents:
diff changeset
    41
			resourceType="AVKON_DATA_QUERY" resourceHelpTopic="" />
cawthron
parents:
diff changeset
    42
		<designerImages smallIconFile="SingleLineDataQuery_sm.png" 
cawthron
parents:
diff changeset
    43
			largeIconFile="SingleLineDataQuery.png"/>
cawthron
parents:
diff changeset
    44
		<properties>
cawthron
parents:
diff changeset
    45
			<enumProperty category="Behavior" name="type" type="com.nokia.sdt.series60.SingleLineDataQuery21.type" 
cawthron
parents:
diff changeset
    46
				default="EDataLayout"
cawthron
parents:
diff changeset
    47
				descriptionKey="typeDescription" />
cawthron
parents:
diff changeset
    48
		</properties>
cawthron
parents:
diff changeset
    49
cawthron
parents:
diff changeset
    50
		<sourceGen>
cawthron
parents:
diff changeset
    51
			&common_srcgen;
cawthron
parents:
diff changeset
    52
		</sourceGen>		
cawthron
parents:
diff changeset
    53
cawthron
parents:
diff changeset
    54
	</component>
cawthron
parents:
diff changeset
    55
	
cawthron
parents:
diff changeset
    56
</componentDefinition>