SubmitKey

#include <bb/cascades/SubmitKey>

A class containing different values used for the Submit key.

By using this class with a text input control, you can change the string that appears on the Submit button on the virtual keyboard. The default value is dependant on the type of TextFieldInputMode that's used by the text field.

Since:

BlackBerry 10.0.0

Public Types Index

enum Type

None = 0, Default = 1, Go = 2, Join = 3, Next = 4, Search = 5, Send = 6, Submit = 7, Done = 8, Connect = 9

Public Types

Type

Specifies different submit key options.

Since:

BlackBerry 10.0.0

None = 0

Excludes the submit key from the virtual keyboard.

Since:

BlackBerry 10.0.0

Default = 1

Sets the text of the virtual keyboard submit key to the default value.

Since:

BlackBerry 10.0.0

Go = 2

Sets the text of the virtual keyboard submit key to "Go".

Since:

BlackBerry 10.0.0

Join = 3

Sets the text of the virtual keyboard submit key to "Join".

Since:

BlackBerry 10.0.0

Next = 4

Sets the text of the virtual keyboard submit key to "Next".

Since:

BlackBerry 10.0.0

Sets the text of the virtual keyboard submit key to "Search".

Since:

BlackBerry 10.0.0

Send = 6

Sets the text of the virtual keyboard submit key to "Send".

Since:

BlackBerry 10.0.0

Submit = 7

Sets the text of the virtual keyboard submit key to "Submit".

Since:

BlackBerry 10.0.0

Done = 8

Sets the text of the virtual keyboard submit key to "Done".

Since:

BlackBerry 10.0.0

Connect = 9

Sets the text of the virtual keyboard submit key to "Connect".

Since:

BlackBerry 10.0.0