diff -r e5618cc85d74 -r 6c158198356e javauis/lcdui_akn/lcdui/inc/CMIDForm.h --- a/javauis/lcdui_akn/lcdui/inc/CMIDForm.h Thu Jul 15 18:31:06 2010 +0300 +++ b/javauis/lcdui_akn/lcdui/inc/CMIDForm.h Thu Aug 19 09:48:13 2010 +0300 @@ -395,6 +395,7 @@ static TBool IsGaugeItem(CMIDControlItem& aControlItem); static TBool IsTextFieldItem(CMIDControlItem& aControlItem); static TBool IsChoiceGroup(CMIDControlItem& aControlItem); + static TBool IsPopupChoiceGroup(CMIDControlItem& aControlItem); static TBool IsDateField(CMIDControlItem& aControlItem); static TBool IsLabelContainerItem(CMIDControlItem& aControlItem); static TBool IsSpacerUsedForFormatting(CMIDControlItem& aControlItem); @@ -403,6 +404,8 @@ #ifdef RD_JAVA_S60_RELEASE_9_2 public: void PostPendingUpEventL(); + TInt FormRowIndex(CMIDFormRow* aRow); + CMIDFormRow* FormRow(TInt aIndex); #endif // RD_JAVA_S60_RELEASE_9_2 private: