Package io.keikai.ui.impl.ua
Class DeleteSheetHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractSheetHandler
-
- io.keikai.ui.impl.ua.DeleteSheetHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class DeleteSheetHandler extends AbstractSheetHandler
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteSheetHandler()
-
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 actionprotected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, 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 classAbstractSheetHandler
- Parameters:
book
- current book, null if no book selectedsheet
- current sheet, null if no sheet selected- Returns:
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
-