Package apple.uikit.protocol
Interface UISearchTextFieldPasteItem
-
- All Superinterfaces:
UITextPasteItem
public interface UISearchTextFieldPasteItem extends UITextPasteItem
A protocol that refines UITextPasteItem to support pasting of tokens. Paste items vended by UISearchTextField conform to this protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSearchTokenResult(UISearchToken token)Transforms this paste item into a token at the end of the search text field’s token array.-
Methods inherited from interface apple.uikit.protocol.UITextPasteItem
defaultAttributes, itemProvider, localObject, setAttachmentResult, setAttributedStringResult, setDefaultResult, setNoResult, setStringResult
-
-
-
-
Method Detail
-
setSearchTokenResult
void setSearchTokenResult(UISearchToken token)
Transforms this paste item into a token at the end of the search text field’s token array.
-
-