uidesigner/com.nokia.sdt.series60.componentlibrary/components/cba/CBARestricted.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.CBARestricted.Type">
       
    12 		<enumElement value="R_AVKON_SOFTKEYS_OPTIONS_BACK" displayValue="OPTIONS_BACK"/>
       
    13 		<enumElement value="R_AVKON_SOFTKEYS_OPTIONS_EXIT" displayValue="OPTIONS_EXIT"/>
       
    14 		<enumElement value="R_AVKON_SOFTKEYS_OK_BACK" displayValue="OK_BACK"/>
       
    15 		<enumElement value="R_AVKON_SOFTKEYS_BACK" displayValue="BACK"/>
       
    16 	</enumPropertyDeclaration>
       
    17 
       
    18 	<component friendlyName="%friendlyName" 
       
    19 		qualifiedName="com.nokia.sdt.series60.CBARestricted" 
       
    20 		baseComponent="com.nokia.sdt.series60.CBABase"
       
    21 		category="System"
       
    22 		instanceNameRoot="controlPane"
       
    23 		version="1.0">
       
    24 
       
    25 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
       
    26 			className="CEikButtonGroupContainer" classHelpTopic=""
       
    27 			resourceType="CBA" resourceHelpTopic="" />
       
    28 
       
    29 		<documentation>
       
    30 			<information>%information</information>
       
    31 		</documentation>
       
    32 
       
    33 		<designerImages smallIconFile="CBA_sm.png" 
       
    34 			largeIconFile="CBA.png"/>
       
    35 
       
    36 		<attributes>
       
    37 			<attribute key="not-in-toolbox">true</attribute>
       
    38 			<attribute key="is-not-user-removable">true</attribute>
       
    39 		</attributes>
       
    40 
       
    41 		<properties>
       
    42 			<enumProperty category="Behavior" displayName="%cbaProperty" 
       
    43 				name="info" type="com.nokia.sdt.series60.CBARestricted.Type"
       
    44 				descriptionKey="infoKey" />
       
    45 		</properties>
       
    46 		
       
    47 		<implementations>
       
    48 			<implementation>
       
    49 				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
       
    50 				<script file="CBA_visual.js" prototype="CBAVisual"/>
       
    51 			</implementation>
       
    52 		</implementations>
       
    53 		
       
    54 	</component>
       
    55 </componentDefinition>