Package io.keikai.ui.impl.ua
Class AbstractBookHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractBookHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
- Direct Known Subclasses:
AddSheetHandler
,CloseBookHandler
,CopySheetHandler
,DisplayGridlinesAction
,HideSheetHandler
,UnhideSheetHandler
public abstract class AbstractBookHandler extends AbstractHandler
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractBookHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled(Book book, Sheet sheet)
get the enabled state of this action-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, processAction, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled(Book book, Sheet sheet)
Description copied from interface:UserActionHandler
get the enabled state of this action- Specified by:
isEnabled
in interfaceUserActionHandler
- Overrides:
isEnabled
in classAbstractHandler
- Parameters:
book
- current book, null if no book selectedsheet
- current sheet, null if no sheet selected- Returns:
-
-