javauis/lcdui_akn/lcdui/inc/CMIDForm.h
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   393     static TBool IsStringItemButton(CMIDControlItem& aControlItem);
   393     static TBool IsStringItemButton(CMIDControlItem& aControlItem);
   394     static TBool IsCustomItem(CMIDControlItem& aControlItem);
   394     static TBool IsCustomItem(CMIDControlItem& aControlItem);
   395     static TBool IsGaugeItem(CMIDControlItem& aControlItem);
   395     static TBool IsGaugeItem(CMIDControlItem& aControlItem);
   396     static TBool IsTextFieldItem(CMIDControlItem& aControlItem);
   396     static TBool IsTextFieldItem(CMIDControlItem& aControlItem);
   397     static TBool IsChoiceGroup(CMIDControlItem& aControlItem);
   397     static TBool IsChoiceGroup(CMIDControlItem& aControlItem);
       
   398     static TBool IsPopupChoiceGroup(CMIDControlItem& aControlItem);
   398     static TBool IsDateField(CMIDControlItem& aControlItem);
   399     static TBool IsDateField(CMIDControlItem& aControlItem);
   399     static TBool IsLabelContainerItem(CMIDControlItem& aControlItem);
   400     static TBool IsLabelContainerItem(CMIDControlItem& aControlItem);
   400     static TBool IsSpacerUsedForFormatting(CMIDControlItem& aControlItem);
   401     static TBool IsSpacerUsedForFormatting(CMIDControlItem& aControlItem);
   401     static TBool IsImageItem(CMIDControlItem& aControlItem);
   402     static TBool IsImageItem(CMIDControlItem& aControlItem);
   402 
   403 
   403 #ifdef RD_JAVA_S60_RELEASE_9_2
   404 #ifdef RD_JAVA_S60_RELEASE_9_2
   404 public:
   405 public:
   405     void PostPendingUpEventL();
   406     void PostPendingUpEventL();
       
   407     TInt FormRowIndex(CMIDFormRow* aRow);
       
   408     CMIDFormRow* FormRow(TInt aIndex);
   406 #endif // RD_JAVA_S60_RELEASE_9_2
   409 #endif // RD_JAVA_S60_RELEASE_9_2
   407 
   410 
   408 private:
   411 private:
   409     TInt NumNewLinesBefore(CMIDControlItem& aControlItem);
   412     TInt NumNewLinesBefore(CMIDControlItem& aControlItem);
   410     TInt NumNewLinesAfter(CMIDControlItem& aControlItem);
   413     TInt NumNewLinesAfter(CMIDControlItem& aControlItem);