The qnx.fuse.ui.text package provides the ability to display text. This includes basic labels and text input fields.
| Class | Description | |
|---|---|---|
| AutoCapitalize | Provides constants to be used with the autoCapitalize property of input text components. | |
| Cursor | The cursor object represents the location of a cursor in a text component. | |
| EditableText | Provides functionality to input text. | |
| Emoticon | The Emoticon class specifies what string and graphic to use as an emoticon. | |
| Emoticons11 | Provides the images for the system emoticons at 11px. | |
| Emoticons16 | Provides the images for the system emoticons at 16px. | |
| Emoticons20 | Provides the images for the system emoticons at 20px. | |
| Emoticons27 | Provides the images for the system emoticons at 27px. | |
| Emoticons45 | Provides the images for the system emoticons at 45px. | |
| Emoticons60 | Provides the images for the system emoticons at 60px. | |
| KeyboardType | The KeyboardType class contains constants that define the layout of the keyboard that appears when the user clicks in a textInput component. | |
| Label | The Label class displays formatted text. | |
| ReturnKeyType | The ReturnKeyType class contains constants that define the Enter key that will appear on the keyboard when the user clicks in a TextInput component. | |
| SystemEmoticons | The SystemEmoticons class provides a list of string constants for all of the emoticons supported on the platform. | |
| TextAlign | The TextAlign class contains constants that can be used to align text. | |
| TextArea | The TextArea class provides developers with a mulitline input component. | |
| TextBase | Provides base functionality for rendering and selecting text. | |
| TextFormat | ||
| TextInput | The TextInput class provides developers with a single line input field. | |
| TextInputBase | Provides base functionality for input text components. | |
| TextInputIconMode | The TextInputIconMode class contains the constants that govern when the clear text icon is enabled on a TextInput field. | |
| TextLineRecycler | The TextLineRecycler is used by the text components to re-use TextLines. | |
| TextMeasurementSettings | Contains settings that can be used to influence a TextField's preferred size. | |
| TextTruncationMode | Provides values for setting the truncationMode of components. |