Package io.keikai.ui.au.in
Class CtrlArrowCommand
- java.lang.Object
-
- io.keikai.ui.au.in.AbstractCommand
-
- io.keikai.ui.au.in.CtrlArrowCommand
-
- All Implemented Interfaces:
Command
public class CtrlArrowCommand extends AbstractCommand implements Command
Handle the user operation when Ctrl-arrow key is pressed.- Since:
- 3.8.1
- Author:
- henrichen
-
-
Constructor Summary
Constructors Constructor Description CtrlArrowCommand()
-
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
-
-