#include <app/MVPbkExpandable.h>
class MVPbkExpandable |
Public Member Functions | |
---|---|
pure virtual MVPbkContactViewBase * | ExpandLC(MVPbkContactViewObserver &, const MVPbkFieldTypeList &) |
virtual TAny * | ExpandableExtension(TUid) |
Protected Member Functions | |
---|---|
virtual | ~MVPbkExpandable() |
An interface for objects that can be expanded to a view
E.g. a view contact that represents a group can be expanded to the group members view.
See also: MVPbkViewContact
MVPbkContactViewBase * | ExpandLC | ( | MVPbkContactViewObserver & | aObserver, |
const MVPbkFieldTypeList & | aSortOrder | |||
) | const [pure virtual] |
Returns an expanded view that is constructed asynchronously.
A client must wait the expanded view to become ready before usage.
Parameter | Description |
---|---|
aObserver | A contact view observer |
aSortOrder | A contact view sort order. |
Returns: the expanded view. The child view.