Class: Toybox.WatchUi.TextPicker
- Inherits:
-
Toybox.Lang.Object
Overview
A representation of an on-screen text picker.
A TextPicker is a special View that provides a way to specify textual input in an app. A TextPicker is pushed using pushView(), and provides a TextPickerDelegate as the input delegate. A default value can be provided and is displayed as editable text with the cursor placed at the end.
See Also:
Note:
The look and feel of a text picker is device-specific.
Instance Method Summary collapse
-
initialize(initialText as Lang.String)
Constructor.
Instance Method Details
initialize(initialText as Lang.String)
Constructor