Class ShiftPosCommand

java.lang.Object
io.keikai.ui.au.in.AbstractCommand
io.keikai.ui.au.in.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 Details

    • ShiftPosCommand

      public ShiftPosCommand()
  • Method Details

    • process

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