Uses of Interface
com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
Packages that use CopyPasteTextBox.CopyPasteHandler
-
Uses of CopyPasteTextBox.CopyPasteHandler in com.vaadin.addon.spreadsheet.client
Classes in com.vaadin.addon.spreadsheet.client that implement CopyPasteTextBox.CopyPasteHandlerModifier and TypeClassDescriptionclassThe class that binds theCopyPasteTextBoxandSpreadsheetWidgettogether; copy operations are put into this class, because we have the necessary info available. paste is delegated to server-side.Methods in com.vaadin.addon.spreadsheet.client that return CopyPasteTextBox.CopyPasteHandlerModifier and TypeMethodDescriptionprotected CopyPasteTextBox.CopyPasteHandlerSheetWidget.getCopyPasteHandler()Constructors in com.vaadin.addon.spreadsheet.client with parameters of type CopyPasteTextBox.CopyPasteHandlerModifierConstructorDescriptionCopyPasteTextBox(SheetWidget widget, CopyPasteTextBox.CopyPasteHandler handler)