Class Top10FilterHandler

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

    public class Top10FilterHandler
    extends io.keikai.ui.impl.ua.AbstractFilterHandler
    Since:
    3.9.0
    Author:
    Henri
    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)  
      • Methods inherited from class io.keikai.ui.impl.ua.AbstractFilterHandler

        getAutoFilter, 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

      • Top10FilterHandler

        public Top10FilterHandler()
    • Method Detail

      • processAction

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