Class: TextChangeEvent

TextChangeEvent

new TextChangeEvent(target, text, button, multitap)

Class of events raised when text is changed by an onscreen keyboard
Parameters:
Name Type Description
target antie.widgets.Keyboard The keyboard widget that changed text.
text String The new text entered by the keyboard.
button antie.widgets.Button The button selected on the keyboard which caused the text to change.
multitap Boolean true if the text was changed due to a multi-tap press. Note: You will receive a 2nd event when the multitap timeout finishes with multitap set to false
Source:

Extends

Methods

isDefaultPrevented()

Check to see if the default handler has been prevented.
Inherited From:
Source:
Returns:
Boolean true if the default handler has been prevented.

isPropagationStopped()

Check to see if the propagation of this event has been stopped.
Inherited From:
Source:
Returns:
Boolean true if the event has been stopped, otherwise Boolean false.

preventDefault()

Prevent any default handler being called for this event.
Inherited From:
Source:

stopPropagation()

Stop propagation of the event through the widget tree.
Inherited From:
Source: