Package apple.uikit.protocol
Interface UITextPasteConfigurationSupporting
-
- All Superinterfaces:
UIPasteConfigurationSupporting
- All Known Subinterfaces:
UITextDroppable
- All Known Implementing Classes:
UISearchTextField,UITextField,UITextView
public interface UITextPasteConfigurationSupporting extends UIPasteConfigurationSupporting
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UITextPasteDelegatepasteDelegate()voidsetPasteDelegate(UITextPasteDelegate value)-
Methods inherited from interface apple.uikit.protocol.UIPasteConfigurationSupporting
canPasteItemProviders, pasteConfiguration, pasteItemProviders, setPasteConfiguration
-
-
-
-
Method Detail
-
pasteDelegate
UITextPasteDelegate pasteDelegate()
-
setPasteDelegate
void setPasteDelegate(UITextPasteDelegate value)
-
-