Link against: avkon.lib eikcoctl.lib eikctl.lib 
 None
#include <EIKLBED.H>
      
      Inherited by CEikListBoxTextEditor.
Public Member Functions | 
         |
| virtual TPtrC | ItemText ()=0 | 
| Returns a pointer to the current editable item text.   | 
         |
| virtual void | StartEditingL (const CCoeControl &aContainer, const TRect &aRect, TInt aItemIndex, TInt aMaxLength)=0 | 
| Creates the editor inside the list box aContainer.   | 
         |
| virtual void | StopEditingL ()=0 | 
| Stops editing and deletes the item editor.   | 
         |
| virtual TBool | UpdateModelL ()=0 | 
| Updates the list box model with the new item contents.   | 
         |
| virtual void | Release ()=0 | 
| Deletes the editor.   | 
         |
               
               
  | 
         
| 
               
               
                Returns a pointer to the current editable item text. Implemented in CEikColumnListBoxEditor, and CEikListBoxTextEditor.  | 
         
               
               
  | 
         
| 
               
               
                Deletes the editor. Implemented in CEikListBoxTextEditor.  | 
         
               
               
  | 
         ||||||||||||||||||||
| 
               
               
                Creates the editor inside the list box aContainer. The editor occupies the rectangle aRect and is used to editor the contents of the item at index aItemIndex up to a maximum length of aMaxLength characters.. Implemented in CEikListBoxTextEditor.  | 
         
               
               
  | 
         
| 
               
               
                Stops editing and deletes the item editor. Implemented in CEikListBoxTextEditor.  | 
         
               
               
  | 
         
| 
               
               
                Updates the list box model with the new item contents. Implemented in CEikColumnListBoxEditor, and CEikListBoxTextEditor.  |