phonebookui/Phonebook2/UIControls/inc/Pbk2UIFieldProperty.hrh
branchRCL_3
changeset 20 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 "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 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Phonebook 2 contact editor dialog UI field property.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PBK2UIFIELDPROPERTY_HRH
       
    19 #define PBK2UIFIELDPROPERTY_HRH
       
    20 
       
    21 #include "Pbk2FieldProperty.hrh"
       
    22 
       
    23 
       
    24 /// Phonebook 2 field property flags
       
    25 #define KPbk2UIFieldFlagNull                  0x01
       
    26 
       
    27 /// Phonebook 2 UI field editor order
       
    28 enum TPbk2FieldOrder
       
    29     {
       
    30     EPbk2FieldOrderUndefinied = 0,
       
    31     EPbk2FieldOrderTop,
       
    32     EPbk2FieldOrderAddress,
       
    33     EPbk2FieldOrderAddressHome,
       
    34     EPbk2FieldOrderAddressOffice,
       
    35     EPbk2FieldOrderBottom
       
    36     };
       
    37 
       
    38 /// Phonebook 2 field editor type
       
    39 enum TPbk2FieldCtrlTypeExt
       
    40     {
       
    41     EPbk2FieldCtrlTypeExtNone = 100,
       
    42     EPbk2FieldCtrlTypeExtAddressEditor,
       
    43     EPbk2FieldCtrlTypeExtAddressHomeEditor,
       
    44     EPbk2FieldCtrlTypeExtAddressOfficeEditor,
       
    45     EPbk2FieldCtrlTypeExtAssignFromMapsEditor
       
    46     };
       
    47 
       
    48 #endif // PBK2UIFIELDPROPERTY_HRH
       
    49 
       
    50 // End of File