Package io.keikai.ui.au.in
Class BlockSyncCommand
- java.lang.Object
-
- io.keikai.ui.au.in.AbstractCommand
-
- io.keikai.ui.au.in.BlockSyncCommand
-
- All Implemented Interfaces:
Command
public class BlockSyncCommand extends AbstractCommand implements Command
A Command (client to server) to set the visible area and loading area with 2 rows and 2 column 0-based indexes (left, top, right, bottom).- Author:
- Dennis.Chen
-
-
Constructor Summary
Constructors Constructor Description BlockSyncCommand()
-
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
-
-