diff -r 42e9659b68d1 -r 41890dfa56f5 org.symbian.wrttools.doc.WRTKit/html/WRTKit_TextEntryControl_Class-GUID-07359ff7-6015-4d2c-a9bf-b345fcf49090.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/html/WRTKit_TextEntryControl_Class-GUID-07359ff7-6015-4d2c-a9bf-b345fcf49090.html Thu Mar 04 15:42:37 2010 -0800 @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + +WRTKit TextEntryControl Class + + + + + +

+WRTKit TextEntryControl Class

+ +
+ +

+Description

+ + +

+ + The TextEntryControl class is an abstract base class for controls that let a user + enter text. Don't instantiate TextEntryControl directly but rather one of its subclasses. +

+ +
+ +

+Inherits from

+ + +

+ + +Control +

+ +
+ +

+Events

+ + +
+ +
+ +
+ +
+ +
+
+ +

+getText()

+ +
+ +

+Syntax

+ + +
+[String] TextEntryControl.getText(void)
+ +
+ +

+Description

+ + +

+ + Retrieves the current text of the text entry control. + The value is a plain text string (not XHTML). +

+ +
+ +

+Arguments

+ + +

+ + This method does not take any arguments. +

+ +
+ +

+Return value

+ + +

+ + The current text of the text entry control. +

+ +
+ +
+ +
+ +
+ +

+setText()

+ +
+ +

+Syntax

+ + +
+[void] TextEntryControl.setText(String text)
+ +
+ +

+Description

+ + +

+ + Sets the text value of the text entry control. The text is displayed in the + editable area of the control and can be edited by the user provided that + the control is not disabled. Setting a text value of null results in no + text being shown. The value is a plain text string (not XHTML). +

+ +
+ +

+Arguments

+ + +
    + +
  • + +

    +text

    + + + +

    + + The text value to set to the text entry control. A value of null + results in no text being shown. +

    + + +
  • + +
+ +
+ +

+Return value

+ + +

+ + This method does not return a value. +

+ +
+ +
+ +
+ + + + \ No newline at end of file