Uses of Interface
com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
-
Packages that use CopyPasteTextBox.CopyPasteHandler Package Description com.vaadin.addon.spreadsheet.client -
-
Uses of CopyPasteTextBox.CopyPasteHandler in com.vaadin.addon.spreadsheet.client
Classes in com.vaadin.addon.spreadsheet.client that implement CopyPasteTextBox.CopyPasteHandler Modifier and Type Class Description classCopyPasteHandlerImplThe class that binds theCopyPasteTextBoxandSpreadsheetWidgettogether; copy operations are put into this class, because we have the necessary info available.Methods in com.vaadin.addon.spreadsheet.client that return CopyPasteTextBox.CopyPasteHandler Modifier and Type Method Description protected CopyPasteTextBox.CopyPasteHandlerSheetWidget. getCopyPasteHandler()Constructors in com.vaadin.addon.spreadsheet.client with parameters of type CopyPasteTextBox.CopyPasteHandler Constructor Description CopyPasteTextBox(SheetWidget widget, CopyPasteTextBox.CopyPasteHandler handler)
-