Class CopyPasteHandlerImpl

java.lang.Object
com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
All Implemented Interfaces:
CopyPasteTextBox.CopyPasteHandler

public class CopyPasteHandlerImpl extends Object implements CopyPasteTextBox.CopyPasteHandler
The class that binds the CopyPasteTextBox and SpreadsheetWidget together; copy operations are put into this class, because we have the necessary info available. paste is delegated to server-side.
Author:
Thomas Mattsson / Vaadin Ltd.