Location:
eiklbed.h
Link against:
eikcoctl.lib
MEikListBoxEditor
Supported from 6.0
List box text editor interface.
The class specifies an interface to a text editor which can be used inside a list box.
Defined in MEikListBoxEditor
:
ItemText()
, Release()
, StartEditingL()
, StopEditingL()
, UpdateModelL()
virtual TPtrC ItemText()=0;
Gets a pointer to the current editable item text.
|
virtual void StartEditingL(const CCoeControl& aContainer,const TRect& aRect,TInt aItemIndex,TInt aMaxLength);
Creates the editor inside the specified list box container.
The editor occupies the rectangle aRect
and is used to edit the contents of the item at index aItemIndex
up to a maximum number of aMaxLength
characters..
|
virtual TBool UpdateModelL();
Updates the list box model with the new item contents.
|