public static interface CopyPasteTextBox.CopyPasteHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getClipboardText() |
void |
onCopy()
Called when user has performed a copy operation.
|
void |
onCut()
Called when user has performed a copy operation.
|
void |
onPaste(String text)
Called when the user has performed a paste operation.
|
void onCut()
void onCopy()
void onPaste(String text)
text - the pasted textString getClipboardText()
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.