Package | Description |
---|---|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikai.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
io.keikai.ui.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
io.keikaiex.ui.impl | |
io.keikaiex.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserActionHandler.process(UserActionContext ctx)
Handle the action.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultUserActionManagerCtrl.UserActionContextImpl
internal use only
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultUserActionManagerCtrl.dispatchAuxAction(UserActionContext ctx) |
protected boolean |
DefaultUserActionManagerCtrl.dispatchKeyAction(UserActionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractHandler.checkSelectAllVisibleColumn(UserActionContext ctx) |
protected boolean |
AbstractHandler.checkSelectAllVisibleRow(UserActionContext ctx) |
protected boolean |
AbstractHandler.checkSelectAllVisibleRowColumn(UserActionContext ctx) |
protected SAutoFilter |
AbstractBookHandler.getAutoFilter(UserActionContext context)
get auto filter of a table at the selection first, then a sheet's auto filter
|
protected String |
FontColorHandler.getColor(UserActionContext ctx) |
protected String |
FillColorHandler.getColor(UserActionContext ctx) |
protected String |
BackColorHandler.getColor(UserActionContext ctx) |
protected String |
ApplyBorderHandler.getColor(UserActionContext ctx) |
boolean |
NilHandler.process(UserActionContext ctx) |
boolean |
AbstractHandler.process(UserActionContext ctx) |
protected boolean |
WrapTextHandler.processAction(UserActionContext ctx) |
protected boolean |
VerticalAlignHandler.processAction(UserActionContext ctx) |
protected boolean |
TextIndentHandler.processAction(UserActionContext ctx) |
protected boolean |
RenameSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
PasteHandler.processAction(UserActionContext ctx) |
protected boolean |
NewBookHandler.processAction(UserActionContext ctx) |
protected boolean |
MoveSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertRowHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertColumnHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertCellRightHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertCellDownHandler.processAction(UserActionContext ctx) |
protected boolean |
HorizontalAlignHandler.processAction(UserActionContext ctx) |
protected boolean |
HideHeaderHandler.processAction(UserActionContext ctx) |
protected boolean |
FontUnderlineHandler.processAction(UserActionContext ctx) |
protected boolean |
FontTypeOffsetHandler.processAction(UserActionContext ctx) |
protected boolean |
FontStrikeoutHandler.processAction(UserActionContext ctx) |
protected boolean |
FontSizeHandler.processAction(UserActionContext ctx) |
protected boolean |
FontItalicHandler.processAction(UserActionContext ctx) |
protected boolean |
FontFamilyHandler.processAction(UserActionContext ctx) |
protected boolean |
FontColorHandler.processAction(UserActionContext ctx) |
protected boolean |
FontBoldHandler.processAction(UserActionContext ctx) |
protected boolean |
FillColorHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteRowHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteColumnHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteCellUpHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteCellLeftHandler.processAction(UserActionContext ctx) |
protected boolean |
CutHandler.processAction(UserActionContext ctx) |
protected boolean |
CopySheetHandler.processAction(UserActionContext ctx) |
protected boolean |
CopyHandler.processAction(UserActionContext ctx) |
protected boolean |
CloseBookHandler.processAction(UserActionContext ctx) |
protected boolean |
ClearCellHandler.processAction(UserActionContext ctx) |
protected boolean |
BackColorHandler.processAction(UserActionContext ctx) |
protected boolean |
ApplyBorderHandler.processAction(UserActionContext ctx) |
protected boolean |
AddSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
AddRowHandler.processAction(UserActionContext ctx) |
protected boolean |
AddColumnHandler.processAction(UserActionContext ctx) |
protected abstract boolean |
AbstractHandler.processAction(UserActionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SortHandler.processAction(UserActionContext ctx) |
protected boolean |
DisplayGridlinesAction.processAction(UserActionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UserActionManagerCtrlImpl.dispatchCellSelectionUpdateAction(UserActionContext ctx) |
protected boolean |
UserActionManagerCtrlImpl.dispatchWidgetKeyAction(UserActionContext ctx) |
protected boolean |
UserActionManagerCtrlImpl.dispatchWidgetUpdateAction(UserActionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
InsertPictureHandler.doInsertPicture(UserActionContext ctx,
org.zkoss.util.media.Media media) |
protected boolean |
AbstractPasteSpecialHandler.doPaste(UserActionContext ctx,
Range.PasteType pasteType,
Range.PasteOperation pasteOperation,
boolean skipBlank,
boolean transpose) |
protected boolean |
AbstractPasteSpecialHandler.doPaste0(UserActionContext ctx,
Range.PasteType pasteType,
Range.PasteOperation pasteOperation,
boolean skipBlank,
boolean transpose) |
protected boolean |
UnmergeHandler.processAction(UserActionContext ctx) |
protected boolean |
UnhideSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
Top10FilterHandler.processAction(UserActionContext ctx) |
protected boolean |
TextRotationHandler.processAction(UserActionContext ctx) |
protected boolean |
ShiftCellHandler.processAction(UserActionContext ctx) |
protected boolean |
RichTextEditHandler.processAction(UserActionContext ctx) |
protected boolean |
ReapplyFilterHandler.processAction(UserActionContext ctx) |
protected boolean |
ProtectSheetAction.processAction(UserActionContext ctx) |
protected boolean |
PasteSpecialHandler.processAction(UserActionContext ctx) |
protected boolean |
PasteSpecialDialogHandler.processAction(UserActionContext ctx) |
protected boolean |
MovePictureHandler.processAction(UserActionContext ctx) |
protected boolean |
MoveChartHandler.processAction(UserActionContext ctx) |
protected boolean |
MergeHandler.processAction(UserActionContext ctx) |
protected boolean |
MergeCenterHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertPictureHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertFunctionHandler.processAction(UserActionContext ctx) |
protected boolean |
InsertChartHandler.processAction(UserActionContext ctx) |
protected boolean |
HyperlinkHandler.processAction(UserActionContext ctx) |
protected boolean |
HideSheetHandler.processAction(UserActionContext ctx) |
protected boolean |
HeaderSizeHandler.processAction(UserActionContext ctx) |
protected boolean |
FormatCellHandler.processAction(UserActionContext ctx) |
protected boolean |
DeletePictureHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteCommentHandler.processAction(UserActionContext ctx) |
protected boolean |
DeleteChartHandler.processAction(UserActionContext ctx) |
protected boolean |
DataValidationHandler.processAction(UserActionContext ctx) |
protected boolean |
CustomSortHandler.processAction(UserActionContext ctx) |
protected boolean |
CustomFiltersHandler.processAction(UserActionContext ctx) |
protected boolean |
CleanFilterHandler.processAction(UserActionContext ctx) |
protected boolean |
AutoFillHandler.processAction(UserActionContext ctx) |
protected boolean |
ApplyFilterHandler.processAction(UserActionContext ctx) |
protected boolean |
AbstractCommentHandler.processAction(UserActionContext ctx) |
protected void |
DataValidationHandler.showValidationDialog(UserActionContext ctx,
Sheet sheet,
AreaRef selection,
List<Validation> validations) |
Copyright © 2020. All rights reserved.