public interface HasTextInputMode
| Modifier and Type | Method and Description |
|---|---|
TextInputMode |
getTextInputMode()
Returns the current text input mode of this object.
|
void |
setTextInputMode(TextInputMode inputMode)
Changes the text input mode of this object.
|
void setTextInputMode(TextInputMode inputMode)
inputMode - New input mode. Can be null.TextInputMode getTextInputMode()
TextInputMode, or null if none has been set.Copyright © 2024 Miki. All rights reserved.