javauis/lcdui_akn/lcdui/inc/CMIDTextFieldItem.h
branchRCL_3
changeset 59 e5618cc85d74
parent 46 4376525cdefb
equal deleted inserted replaced
46:4376525cdefb 59:e5618cc85d74
   144     CMIDTextFieldItem(CMIDUIManager* aUIManager);
   144     CMIDTextFieldItem(CMIDUIManager* aUIManager);
   145 
   145 
   146     void ConstructL(const TDesC& aLabel,const TDesC& aText,TInt aConstraints,TInt aMaxSize);
   146     void ConstructL(const TDesC& aLabel,const TDesC& aText,TInt aConstraints,TInt aMaxSize);
   147     CMIDEdwin* TextComponent() const;
   147     CMIDEdwin* TextComponent() const;
   148 
   148 
       
   149     /**
       
   150      * Updates color for text in editor when focus is changed.
       
   151      */
       
   152     void UpdateTextColorsL();
       
   153 
   149 public:
   154 public:
   150     /**
   155     /**
   151      * Sets the cursor visiblity for the text field (=edwin) when this item is focused.
   156      * Sets the cursor visiblity for the text field (=edwin) when this item is focused.
   152      * If the item is not focused, this method does nothing.
   157      * If the item is not focused, this method does nothing.
   153      *
   158      *