uidesigner/com.nokia.sdt.series60.componentlibrary/components/cba/CBARestricted.component
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
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
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     3
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     4
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     5
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     6
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
     7
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
cawthron
parents:
diff changeset
    10
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
cawthron
parents:
diff changeset
    11
	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.CBARestricted.Type">
cawthron
parents:
diff changeset
    12
		<enumElement value="R_AVKON_SOFTKEYS_OPTIONS_BACK" displayValue="OPTIONS_BACK"/>
cawthron
parents:
diff changeset
    13
		<enumElement value="R_AVKON_SOFTKEYS_OPTIONS_EXIT" displayValue="OPTIONS_EXIT"/>
cawthron
parents:
diff changeset
    14
		<enumElement value="R_AVKON_SOFTKEYS_OK_BACK" displayValue="OK_BACK"/>
cawthron
parents:
diff changeset
    15
		<enumElement value="R_AVKON_SOFTKEYS_BACK" displayValue="BACK"/>
cawthron
parents:
diff changeset
    16
	</enumPropertyDeclaration>
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
	<component friendlyName="%friendlyName" 
cawthron
parents:
diff changeset
    19
		qualifiedName="com.nokia.sdt.series60.CBARestricted" 
cawthron
parents:
diff changeset
    20
		baseComponent="com.nokia.sdt.series60.CBABase"
cawthron
parents:
diff changeset
    21
		category="System"
cawthron
parents:
diff changeset
    22
		instanceNameRoot="controlPane"
cawthron
parents:
diff changeset
    23
		version="1.0">
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
cawthron
parents:
diff changeset
    26
			className="CEikButtonGroupContainer" classHelpTopic=""
cawthron
parents:
diff changeset
    27
			resourceType="CBA" resourceHelpTopic="" />
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
		<documentation>
cawthron
parents:
diff changeset
    30
			<information>%information</information>
cawthron
parents:
diff changeset
    31
		</documentation>
cawthron
parents:
diff changeset
    32
cawthron
parents:
diff changeset
    33
		<designerImages smallIconFile="CBA_sm.png" 
cawthron
parents:
diff changeset
    34
			largeIconFile="CBA.png"/>
cawthron
parents:
diff changeset
    35
cawthron
parents:
diff changeset
    36
		<attributes>
cawthron
parents:
diff changeset
    37
			<attribute key="not-in-toolbox">true</attribute>
cawthron
parents:
diff changeset
    38
			<attribute key="is-not-user-removable">true</attribute>
cawthron
parents:
diff changeset
    39
		</attributes>
cawthron
parents:
diff changeset
    40
cawthron
parents:
diff changeset
    41
		<properties>
cawthron
parents:
diff changeset
    42
			<enumProperty category="Behavior" displayName="%cbaProperty" 
cawthron
parents:
diff changeset
    43
				name="info" type="com.nokia.sdt.series60.CBARestricted.Type"
cawthron
parents:
diff changeset
    44
				descriptionKey="infoKey" />
cawthron
parents:
diff changeset
    45
		</properties>
cawthron
parents:
diff changeset
    46
		
cawthron
parents:
diff changeset
    47
		<implementations>
cawthron
parents:
diff changeset
    48
			<implementation>
cawthron
parents:
diff changeset
    49
				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
cawthron
parents:
diff changeset
    50
				<script file="CBA_visual.js" prototype="CBAVisual"/>
cawthron
parents:
diff changeset
    51
			</implementation>
cawthron
parents:
diff changeset
    52
		</implementations>
cawthron
parents:
diff changeset
    53
		
cawthron
parents:
diff changeset
    54
	</component>
cawthron
parents:
diff changeset
    55
</componentDefinition>