Package io.keikaiex.ui.impl.ua
Class PasteSpecialHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikaiex.ui.impl.ua.AbstractPasteSpecialHandler
-
- io.keikaiex.ui.impl.ua.PasteSpecialHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class PasteSpecialHandler extends AbstractPasteSpecialHandler
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Range.PasteOperation
operation
protected boolean
skipBlank
protected boolean
transpose
protected Range.PasteType
type
-
Constructor Summary
Constructors Constructor Description PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikaiex.ui.impl.ua.AbstractPasteSpecialHandler
doPaste, doPaste0
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, isEnabled, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Field Detail
-
type
protected final Range.PasteType type
-
operation
protected final Range.PasteOperation operation
-
skipBlank
protected final boolean skipBlank
-
transpose
protected final boolean transpose
-
-
Constructor Detail
-
PasteSpecialHandler
public PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
-