Package io.keikai.ui.impl.ua
Class ApplyBorderHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractCellHandler
-
- io.keikai.ui.impl.ua.ApplyBorderHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class ApplyBorderHandler extends AbstractCellHandler
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplyBorderHandler(Range.ApplyBorderType applyType, CellStyle.BorderType borderType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getColor(UserActionContext ctx)
protected String
getDefaultColor()
protected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractCellHandler
isEnabled
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Constructor Detail
-
ApplyBorderHandler
public ApplyBorderHandler(Range.ApplyBorderType applyType, CellStyle.BorderType borderType)
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
getColor
protected String getColor(UserActionContext ctx)
-
getDefaultColor
protected String getDefaultColor()
-
-