Itap; Intelligent Keypad Text Entry Api; Table 20 Itap Feature/Class - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

23

iTAP

Intelligent Keypad Text Entry API

When users are using features such as SMS (short message service), or "Text
Messaging", they can opt for a predictive text entry method from the handset. The J2ME
environment has the ability to use SMS in its API listing. The use of a predictive entry
method is a compelling feature to the MIDlet.
This API will enable a developer to access iTAP, Numeric, Symbol and Browse text entry
methods. With previous J2ME products, the only method available was the standard use
of TAP.
Predictive text entry allows a user to simply type in the letters of a word using only one
key press per letter, as apposed to the TAP method that can require as many as four or
more key presses. The use of the iTAP method can greatly decrease text-entry time. Its
use extends beyond SMS text messaging, but into other functions such as phonebook
entries.
The following J2ME text input components will support iTAP.
The
A
TextField
given a piece of text that is used as the initial value.
Refer to the Table 20 for iTAP feature/class support for MIDP 2.0:
Predictive text capability will be offered when the constraint is set to ANY
User will be able to change the text input method during the input process when the constraint is set to
ANY (if predictive text is available)
Multi-tap input will be offered when the constraint on the text input is set to EMAILADDR, PASSWORD, or
URL
javax.microedition.lcdui.TextBox
class is a Screen that allows the user to edit and enter text.
TextBox
javax.microedition.lcdui.TextField
is an editable text component that will be placed into a
Feature/Class

Table 20 ITAP feature/class

23
iTAP
. It is
Form
94

Advertisement

Table of Contents
loading

Table of Contents