Interface ClipboardUiService
- All Known Implementing Classes:
ClipboardUiServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface ClipboardUiService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddetachCopyHandler(Widget component) voiddetachPasteHandler(Widget component) voidregisterCopyHandler(Widget component, ClipboardCopyProcessor copyProcessor) voidregisterPasteHandler(Widget component, ClipboardPasteProcessor pasteProcessor) voidsetClipboardItem(ClipboardItem clipboardItem)
-
Method Details
-
setClipboardItem
-
getClipboardItem
ClipboardItem getClipboardItem() -
registerCopyHandler
-
detachCopyHandler
void detachCopyHandler(Widget component) -
registerPasteHandler
-
detachPasteHandler
void detachPasteHandler(Widget component) -
copyToSystemClipboard
-
readFromSystemClipboard
String readFromSystemClipboard()
-