Class InsertFunctionHandler

  • All Implemented Interfaces:
    io.keikai.ui.UserActionHandler, java.io.Serializable

    public class InsertFunctionHandler
    extends io.keikai.ui.impl.ua.AbstractProtectedHandler
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean processAction​(io.keikai.ui.UserActionContext ctx)  
      protected void showFormulaError​(io.keikai.api.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InsertFunctionHandler

        public InsertFunctionHandler()
    • Method Detail

      • processAction

        protected boolean processAction​(io.keikai.ui.UserActionContext ctx)
        Specified by:
        processAction in class io.keikai.ui.impl.ua.AbstractHandler
      • showFormulaError

        protected void showFormulaError​(io.keikai.api.IllegalFormulaException ex)