Package org.robovm.apple.uikit
Interface UIKeyInput
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UITextInputTraits
- All Known Subinterfaces:
UITextDocumentProxy,UITextDraggable,UITextDroppable,UITextInput
- All Known Implementing Classes:
UIKeyInputAdapter,UISearchTextField,UITextDocumentProxyAdapter,UITextDraggableAdapter,UITextDroppableAdapter,UITextField,UITextInputAdapter,UITextView
public interface UIKeyInput extends UITextInputTraits
-
Method Summary
Modifier and Type Method Description voiddeleteBackward()booleanhasText()voidinsertText(String text)Methods inherited from interface org.robovm.apple.uikit.UITextInputTraits
enablesReturnKeyAutomatically, getAutocapitalizationType, getAutocorrectionType, getKeyboardAppearance, getKeyboardType, getPasswordRules, getReturnKeyType, getSmartDashesType, getSmartInsertDeleteType, getSmartQuotesType, getSpellCheckingType, getTextContentType, isSecureTextEntry, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentType
-
Method Details
-
hasText
boolean hasText() -
insertText
-
deleteBackward
void deleteBackward()
-