A bidiTextField widget defines a text box that contains
one line of bidirectional text.
The bidiTextField widget supports these properties:
- text, which holds a string for display
in the text field.
- readOnly, which holds a Boolean that
indicates whether the text field is protected from user input.
For information about other supported properties and functions,
see "Widget properties and functions."
If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.BidiTextField;