Class ShiftPosCommand

  • All Implemented Interfaces:
    Command

    public class ShiftPosCommand
    extends AbstractCommand
    implements Command
    Handle the user operation when arrow key is pressed to jump around unlocked cells on a protected sheet. !isCellLocked(row, col) && !row.isHidden() && !col.isHidden();
    Since:
    3.8.1
    Author:
    henrichen
    • Constructor Detail

      • ShiftPosCommand

        public ShiftPosCommand()
    • Method Detail

      • process

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