public interface VirtualKeyboardInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getVirtualKeyboardName()
Returns the Virtual Keyboard name.
|
boolean |
isVirtualKeyboardShowing()
Indicates if the Virtual Keyboard is currently showing.
|
void |
setInputType(int inputType)
This can be used to indicate to the VirtualKeyboard what type of input
to display.
|
void |
showKeyboard(boolean show)
Shows or dispose the virtual keyboard
|
void setInputType(int inputType)
inputType - one of TextArea.ANY, TextArea.EMAILADDR,
TextArea.NUMERIC, TextArea.PHONENUMBER, TextArea.URL, TextArea.DECIMAL
it can be bitwised or'd with one of TextArea.PASSWORD,
TextArea.UNEDITABLE, TextArea.SENSITIVE, TextArea.NON_PREDICTIVE,
INITIAL_CAPS_SENTENCE, INITIAL_CAPS_WORD. E.g. ANY | PASSWORD.String getVirtualKeyboardName()
void showKeyboard(boolean show)
show - if true shows the virtual keyboardboolean isVirtualKeyboardShowing()
Copyright © 2023. All rights reserved.