Package io.keikai.ui.au.in
Class ClipboardPasteCommand
- java.lang.Object
-
- io.keikai.ui.au.in.AbstractCommand
-
- io.keikai.ui.au.in.ClipboardPasteCommand
-
- All Implemented Interfaces:
Command
public class ClipboardPasteCommand extends AbstractCommand implements Command
A command for client-side ctrl+v paste. KEIKAI-40: Fire an event when ZSS completed client-side paste- Author:
- wenninghsu
-
-
Constructor Summary
Constructors Constructor Description ClipboardPasteCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.zkoss.zk.au.AuRequest request)
-
Methods inherited from class io.keikai.ui.au.in.AbstractCommand
getSheetByUuid, getSheetUuid, showInfoMessage, showWarnMessage
-
-