Package io.keikaiex.ui.impl.ua
Class AbstractCommentHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractCellHandler
-
- io.keikaiex.ui.impl.ua.AbstractCommentHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
- Direct Known Subclasses:
EditCommentHandler
,InsertCommentHandler
public abstract class AbstractCommentHandler extends AbstractCellHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCommentHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getTitle()
protected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractCellHandler
isEnabled
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
getTitle
protected abstract String getTitle()
-
-