public interface Command
| Modifier and Type | Field and Description |
|---|---|
static String |
ADJACENT_SHIFT_MODE |
static String |
INNER_SHIFT_MODE |
| 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
|
List<Area> |
getAreaList() |
String |
getName() |
String |
getShiftMode() |
void |
reset()
Resets command data for repeatable command usage
|
void |
setShiftMode(String mode) |
static final String INNER_SHIFT_MODE
static final String ADJACENT_SHIFT_MODE
String getName()
Command addArea(Area area)
area - -Size applyAt(CellRef cellRef, Context context)
cellRef - cell reference where the command must be appliedcontext - bean context to usevoid reset()
void setShiftMode(String mode)
String getShiftMode()
Copyright © 2019. All rights reserved.