Class 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 Detail

      • CtrlArrowCommand

        public CtrlArrowCommand()
    • Method Detail

      • process

        public void process​(org.zkoss.zk.au.AuRequest request)
        Specified by:
        process in interface Command