Skip to main content

22 docs tagged with "field android"

View all tags
Docs

closeField

Sent to a field when the focus is being removed from that field and the field's content has changed.

editable

Whether the field can be edited or not

enabled

Whether the field is active and responds to user action

exitField

Sent to the field with the selection when the selection is being removed from the field, and its contents have not changed.

focused

Whether the field is focused or not.

keyboardType

The type of keyboard associated to the field widget.

multiline

Whether the field can contain multiple lines or not.

openField

Sent to an unlocked field when you click or select text in that field.

passReturnKey

Whether the return key adds a new line to the field

returnKeyType

The type of action assigned to the return key on the keyboard associated with this field widget.

text

The text contained in the field widget.

textAlign

The horizontal text alignment of the field widget.

textChanged

Sent when the native field widget text is changed.