Package apple.uikit.protocol
Interface UIKeyInput
-
- All Superinterfaces:
UITextInputTraits
- All Known Subinterfaces:
UITextDocumentProxy,UITextDraggable,UITextDroppable,UITextInput
- All Known Implementing Classes:
UISearchTextField,UITextField,UITextView
public interface UIKeyInput extends UITextInputTraits
=================================================================================================== Responders that implement the UIKeyInput protocol will be driven by the system-provided keyboard, which will be made available whenever a conforming responder becomes first responder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteBackward()booleanhasText()voidinsertText(java.lang.String text)-
Methods inherited from interface apple.uikit.protocol.UITextInputTraits
autocapitalizationType, autocorrectionType, enablesReturnKeyAutomatically, isSecureTextEntry, keyboardAppearance, keyboardType, passwordRules, returnKeyType, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentType, smartDashesType, smartInsertDeleteType, smartQuotesType, spellCheckingType, textContentType
-
-