Package io.keikai.ui.impl.ua
Class AbstractCellHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractCellHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
- Direct Known Subclasses:
AbstractCommentHandler
,ApplyBorderHandler
,AutoFillHandler
,BackColorHandler
,DataValidationHandler
,DeleteCommentHandler
,FillColorHandler
,FontBoldHandler
,FontColorHandler
,FontFamilyHandler
,FontItalicHandler
,FontSizeHandler
,FontStrikeoutHandler
,FontTypeOffsetHandler
,FontUnderlineHandler
,FormatCellHandler
,HorizontalAlignHandler
,RichTextEditHandler
,TextIndentHandler
,VerticalAlignHandler
,WrapTextHandler
public abstract class AbstractCellHandler extends AbstractHandler
- Since:
- 3.5.0
- Author:
- RaymondChao
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCellHandler()
-
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:
-
-