uidesigner/com.nokia.sdt.test.componentlibrary/components/compoundWithDefault.component
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
       
     3 <!-- All rights reserved.                                              -->
       
     4 <!-- This component and the accompanying materials are made available  -->
       
     5 <!-- under the terms of the License "Eclipse Public License v1.0"      -->
       
     6 <!-- which accompanies this distribution, and is available             -->
       
     7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html".           -->
       
     8 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component">
       
     9 	
       
    10 	<compoundPropertyDeclaration 
       
    11 		qualifiedName="com.nokia.test.compoundWithDefault.property"
       
    12 		converterClass="com.nokia.sdt.test.componentLibrary.DefaultTestConverter">
       
    13 		<property name="int1" type="integer"/>
       
    14 		<property name="int2" type="integer"/>
       
    15 		<property name="string1" type="localizedString"/>
       
    16 		<property name="string2" type="localizedString"/>
       
    17 	</compoundPropertyDeclaration>
       
    18 
       
    19 	<component friendlyName="CompooundPropertyWithDefault" 
       
    20 		qualifiedName="com.nokia.test.compoundWithDefault" 
       
    21 		category="Testing" version="1.0">
       
    22 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"/>
       
    23 		<attributes>
       
    24 			<attribute key="not-in-toolbox">true</attribute>
       
    25 		</attributes>
       
    26 		<properties>
       
    27 			<property name="name" type="uniqueName"/>
       
    28 			<compoundProperty name="testWithDefault" 
       
    29 				type="com.nokia.test.compoundWithDefault.property"
       
    30 				default="magic"/>
       
    31 			<compoundProperty name="testNoDefault" 
       
    32 				type="com.nokia.test.compoundWithDefault.property"/>
       
    33 		</properties>
       
    34 	</component>
       
    35 </componentDefinition>