uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/AvkonViewReference.component
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- Copyright (c) 2006 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 
       
     9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
       
    10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       
    11 
       
    12 <component
       
    13 	friendlyName="%friendlyName" 
       
    14 	qualifiedName="com.nokia.sdt.series60.AvkonViewReference" 
       
    15 	baseComponent="com.nokia.sdt.series60.DesignReference"
       
    16 	instanceNameRoot="aknViewReference"
       
    17 	version="1.0">
       
    18 	<documentation>
       
    19 		<information>%information</information>
       
    20 	</documentation>
       
    21 	<attributes>
       
    22 		<!-- needed for NaviTab sourcemapping -->
       
    23 		<attribute key="is-view-reference">true</attribute>
       
    24 	</attributes>
       
    25 	<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
       
    26 	<designerImages smallIconFile="AvkonViewReference_sm.png" 
       
    27 		largeIconFile="AvkonViewReference.png" 
       
    28 		layoutImageFile=""/>
       
    29 	<properties>
       
    30 		<property name="inTabGroup" type="boolean" category="Behavior"
       
    31 			descriptionKey="inTabGroupDescription" />
       
    32 		<property name="tabText" type="localizedString" category="Appearance"
       
    33 			descriptionKey="tabTextDescription"
       
    34 			editorClass="com.nokia.sdt.symbian.ui.editors.ScalableTextEditorFactory" />
       
    35 		<compoundProperty name="tabImage" category="Appearance"
       
    36 			type="com.nokia.sdt.symbian.imageProperty"
       
    37 			descriptionKey="tabImageDescription"/>
       
    38 	</properties>
       
    39 	<implementations>
       
    40 		<implementation>
       
    41 			<interface id="com.nokia.sdt.datamodel.adapter.IComponentInstancePropertyListener"/> 
       
    42 			<interface id="com.nokia.sdt.datamodel.adapter.IImagePropertyRenderingInfo"/>
       
    43 			<script file="AvkonViewReference_impl.js" prototype="AvkonViewReferenceImpl"/>
       
    44 		</implementation>
       
    45 	</implementations>
       
    46 
       
    47 	<sourceMapping>
       
    48 		<mapResource struct="TBUF" id="tabText" headers="eikon.rh">
       
    49 			<mapSimpleMember property="tabText" member="buf"/>
       
    50 		</mapResource>
       
    51 	</sourceMapping>
       
    52 
       
    53 </component>
       
    54 </componentDefinition>