public class UpdateCellCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_NAME |
ADJACENT_SHIFT_MODE, INNER_SHIFT_MODE| Constructor and Description |
|---|
UpdateCellCommand() |
| Modifier and Type | Method and Description |
|---|---|
Command |
addArea(Area area)
Adds an area to this command
|
Size |
applyAt(CellRef cellRef,
Context context)
Applies a command at the given cell reference
|
CellDataUpdater |
getCellDataUpdater() |
String |
getName() |
String |
getUpdater() |
void |
setCellDataUpdater(CellDataUpdater cellDataUpdater) |
void |
setUpdater(String updater) |
getAreaList, getLockRange, getShiftMode, getTransformationConfig, getTransformer, reset, setLockRange, setLockRange, setShiftModepublic static final String COMMAND_NAME
public String getName()
public String getUpdater()
public void setUpdater(String updater)
public CellDataUpdater getCellDataUpdater()
public void setCellDataUpdater(CellDataUpdater cellDataUpdater)
public Command addArea(Area area)
CommandaddArea in interface CommandaddArea in class AbstractCommandarea - to be added areapublic Size applyAt(CellRef cellRef, Context context)
CommandcellRef - cell reference where the command must be appliedcontext - bean context to useCopyright © 2023. All rights reserved.