|
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 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
10 |
|
11 <compoundPropertyDeclaration qualifiedName="com.nokia.sdt.series60.EnumeratedTextPopupType"> |
|
12 <property name="settingText" type="localizedString" |
|
13 descriptionKey="settingTextDescription" |
|
14 editorClass="com.nokia.sdt.symbian.ui.editors.ScalableTextEditorFactory" /> |
|
15 <property name="popupText" type="localizedString" |
|
16 descriptionKey="popupTextDescription" |
|
17 editorClass="com.nokia.sdt.symbian.ui.editors.ScalableTextEditorFactory" /> |
|
18 <property name="value" type="integer" |
|
19 descriptionKey="valueDescription" /> |
|
20 |
|
21 </compoundPropertyDeclaration> |
|
22 |
|
23 <component friendlyName="%friendlyName" |
|
24 qualifiedName="com.nokia.sdt.series60.EnumeratedTextPopupBase" |
|
25 baseComponent="com.nokia.sdt.series60.CCoeControlBase" |
|
26 abstract="true" |
|
27 version="1.0"> |
|
28 <symbian minSDKVersion="2.0" sdkName="com.nokia.series60" |
|
29 resourceType="AVKON_POPUP_SETTING_TEXTS" className="CAknEnumeratedTextPopupSettingItem" |
|
30 /> |
|
31 <attributes> |
|
32 <attribute key="is-setting-item-list-content">true</attribute> |
|
33 </attributes> |
|
34 |
|
35 <properties> |
|
36 <property name="active" category="Data" |
|
37 descriptionKey="activeDescription" |
|
38 type="integer" default="0"/> |
|
39 </properties> |
|
40 |
|
41 <implementations> |
|
42 <implementation> |
|
43 <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> |
|
44 <interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator"/> |
|
45 <interface id="com.nokia.sdt.datamodel.adapter.IDirectLabelEdit"/> |
|
46 <script file="EnumeratedTextPopupBase.js" prototype="EnumeratedTextPopupBase"/> |
|
47 </implementation> |
|
48 </implementations> |
|
49 |
|
50 </component> |
|
51 </componentDefinition> |
|
52 |