javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 66 2455ef1f5bbc
child 83 26b2b12093af
--- a/javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h	Tue Sep 14 21:06:50 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h	Wed Sep 15 12:05:25 2010 +0300
@@ -166,6 +166,9 @@
     virtual void HandleChoiceGroupModelEventL(
         CMIDChoiceGroupModel* aModel,
         TChoiceGroupModelEvent aEvent);
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    virtual TBool IsControlOnFormHighlighted();
+#endif // RD_JAVA_S60_RELEASE_9_2
 
 public: // from MEikListBoxObserver
     virtual void HandleListBoxEventL(CEikListBox* aControl, TListBoxEvent aEventType);
@@ -233,6 +236,9 @@
      */
     void SingleClickDisableHighlightL(TBool aDisable);
 
+    CMIDControlItem* ControlItem() const;
+    CMIDChoiceGroupListBox* InnerListBoxControl() const;
+    CMIDChoiceGroupModel* InnerListBoxModel() const;
 #endif // RD_JAVA_S60_RELEASE_9_2    
 
 #ifdef RD_TACTILE_FEEDBACK