diff -r d5e927d5853b -r 7cee158cb8cd javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h --- 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