webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
<UITextInputPrivate > Protocol Reference

#import <UIKitSPI.h>

Inheritance diagram for <UITextInputPrivate >:

Instance Methods

(BOOL- requiresKeyEvents
 
(NSArray *) - metadataDictionariesForDictationResults
 
(UIColor *) - textColorForCaretSelection
 
(UIFont *) - fontForCaretSelection
 
(UIView *) - automaticallySelectedOverlay
 
(void- handleKeyWebEvent:
 
(void- insertDictationResult:withCorrectionIdentifier:
 
(void- replaceRangeWithTextWithoutClosingTyping:replacementText:
 
(void- setBottomBufferHeight:
 
(BOOL- hasContent
 
(BOOL- hasSelection
 
(void- selectAll
 

Properties

UITextGranularity selectionGranularity
 

Method Documentation

◆ automaticallySelectedOverlay()

- (UIView * UITextInputPrivate) automaticallySelectedOverlay
optional

◆ fontForCaretSelection()

- (UIFont * UITextInputPrivate) fontForCaretSelection
optional

◆ handleKeyWebEvent:()

- (void UITextInputPrivate) handleKeyWebEvent: (WebEvent *)  event
optional

◆ hasContent()

- (BOOL UITextInputPrivate) hasContent
required

◆ hasSelection()

- (BOOL UITextInputPrivate) hasSelection
required

◆ insertDictationResult:withCorrectionIdentifier:()

- (void UITextInputPrivate) insertDictationResult: (NSArray *)  dictationResult
withCorrectionIdentifier: (id correctionIdentifier 
optional

◆ metadataDictionariesForDictationResults()

- (NSArray * UITextInputPrivate) metadataDictionariesForDictationResults
optional

◆ replaceRangeWithTextWithoutClosingTyping:replacementText:()

- (void UITextInputPrivate) replaceRangeWithTextWithoutClosingTyping: (UITextRange *)  range
replacementText: (NSString *)  text 
optional

◆ requiresKeyEvents()

- (BOOL UITextInputPrivate) requiresKeyEvents
optional

◆ selectAll()

- (void UITextInputPrivate) selectAll
required

◆ setBottomBufferHeight:()

- (void UITextInputPrivate) setBottomBufferHeight: (CGFloat bottomBuffer
optional

◆ textColorForCaretSelection()

- (UIColor * UITextInputPrivate) textColorForCaretSelection
optional

Property Documentation

◆ selectionGranularity

- (UITextGranularity UITextInputPrivate) selectionGranularity
readwriteoptionalnonatomicassign

The documentation for this protocol was generated from the following file: