public class HideHeaderHandler extends AbstractHandler
| Constructor and Description |
|---|
HideHeaderHandler(HideHeaderAction.Type type,
boolean hide) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(Book book,
Sheet sheet)
get the enabled state of this action
|
protected boolean |
processAction(UserActionContext ctx) |
checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessagepublic HideHeaderHandler(HideHeaderAction.Type type, boolean hide)
protected boolean processAction(UserActionContext ctx)
processAction in class AbstractHandlerpublic boolean isEnabled(Book book, Sheet sheet)
UserActionHandlerisEnabled in interface UserActionHandlerisEnabled in class AbstractHandlerbook - current book, null if no book selectedsheet - current sheet, null if no sheet selectedCopyright © 2020. All rights reserved.