class MVPbkFieldTypeSelector |
An interface for field type selectors.
A field type selector can be used for selecting certain field types from a set of field types. E.g client could create a selector of all telephone number fields and then loop a field type list for getting those field types that matches the selector.
Public Member Functions | |
---|---|
TAny * | FieldTypeSelectorExtension ( TUid ) |
TBool | IsFieldTypeIncluded (const MVPbkFieldType &) |
Protected Member Functions | |
---|---|
~MVPbkFieldTypeSelector () |
TAny * | FieldTypeSelectorExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
TUid |
TBool | IsFieldTypeIncluded | ( | const MVPbkFieldType & | aFieldType | ) | const [pure virtual] |
Returns true if the given field type belongs to the set defined by this field type selector.
const MVPbkFieldType & aFieldType | The field type to test. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.