diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-1E446762-AFE2-4198-8CD7-8C4466392543.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-1E446762-AFE2-4198-8CD7-8C4466392543.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,30 @@ + + + + + +Choice +list API class structure +

The class structure for the Choice list API consists of the class CAknChoiceList and +observer interface McoeControlObserver. The class structure +is depicted in the figure below.

+ +Choice list API classes + + +

The CAknChoiceList class provides an interface for controlling +the choice list. You need to create separate instances of this class for each +choice list.

+

When you use the choice list component in your application, you must implement +the McoeControlObserver interface. This interface is used +as a callback hook between the client application and the actual choice list. +The client application receives a notification through this interface when +the choice list is closed. This enables you to determine what to do with the +changed selection from the choice list in your client application.

+
\ No newline at end of file