Package io.keikaiex.ui.impl.ua
Class InsertFunctionHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractProtectedHandler
-
- io.keikaiex.ui.impl.ua.InsertFunctionHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class InsertFunctionHandler extends AbstractProtectedHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsertFunctionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
processAction(UserActionContext ctx)
protected void
showFormulaError(IllegalFormulaException ex)
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractProtectedHandler
isEnabled
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
showFormulaError
protected void showFormulaError(IllegalFormulaException ex)
-
-