diff -r 9ac0a0a7da70 -r 71c436fe3ce0 javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h --- a/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h Tue May 25 12:34:19 2010 +0300 +++ b/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h Wed Jun 09 09:34:07 2010 +0300 @@ -283,6 +283,14 @@ TBool IsNumberConversionNeeded(); void HandleMinusCharEventL(MEikEdwinObserver::TEdwinEvent aEventType); + + /** + * Prevents changes that would result in an illegal string + * + * @param TEdwinEvent aEventType + */ + void HandleTextUpdateL(TEdwinEvent aEventType); + TPtrC Read() const; void CreateNonMidletCommandsL(); @@ -394,6 +402,12 @@ * Rect of Editor */ TRect iEditorRect; + + /** + * Used when ConstraintsValidForText decide + * whatever to test text using stric options or not + */ + TBool iStrict; };