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 Details

    • hasText

      boolean hasText()
    • insertText

      void insertText​(String text)
    • deleteBackward

      void deleteBackward()