public interface UISearchTextFieldPasteItem extends UITextPasteItem
Paste items vended by UISearchTextField conform to this protocol.
| Modifier and Type | Method and Description |
|---|---|
void |
setSearchTokenResult(UISearchToken token)
Transforms this paste item into a token at the end of the search text field’s token array.
|
defaultAttributes, itemProvider, localObject, setAttachmentResult, setAttributedStringResult, setDefaultResult, setNoResult, setStringResultvoid setSearchTokenResult(UISearchToken token)