Uses of Interface
io.keikai.ui.UserActionContext
-
Packages that use UserActionContext Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheetio.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. -
-
Uses of UserActionContext in io.keikai.ui
Methods in io.keikai.ui with parameters of type UserActionContext Modifier and Type Method Description boolean
UserActionHandler. process(UserActionContext ctx)
Handle the action. -
Uses of UserActionContext in io.keikai.ui.impl
Classes in io.keikai.ui.impl that implement UserActionContext Modifier and Type Class Description static class
DefaultUserActionManagerCtrl.UserActionContextImpl
internal use onlyMethods in io.keikai.ui.impl with parameters of type UserActionContext Modifier and Type Method Description protected boolean
DefaultUserActionManagerCtrl. dispatchAuxAction(UserActionContext ctx)
protected boolean
DefaultUserActionManagerCtrl. dispatchKeyAction(UserActionContext ctx)
-
Uses of UserActionContext in io.keikai.ui.impl.ua
Methods in io.keikai.ui.impl.ua with parameters of type UserActionContext Modifier and Type Method Description protected boolean
AbstractHandler. checkSelectAllVisibleColumn(UserActionContext ctx)
protected boolean
AbstractHandler. checkSelectAllVisibleRow(UserActionContext ctx)
protected boolean
AbstractHandler. checkSelectAllVisibleRowColumn(UserActionContext ctx)
protected SAutoFilter
AbstractFilterHandler. getAutoFilter(UserActionContext context)
get auto filter of a table at the selection first, then a sheet's auto filterprotected String
ApplyBorderHandler. getColor(UserActionContext ctx)
protected String
BackColorHandler. getColor(UserActionContext ctx)
protected String
FillColorHandler. getColor(UserActionContext ctx)
protected String
FontColorHandler. getColor(UserActionContext ctx)
boolean
AbstractHandler. process(UserActionContext ctx)
boolean
NilHandler. process(UserActionContext ctx)
protected abstract boolean
AbstractHandler. processAction(UserActionContext ctx)
protected boolean
AddColumnHandler. processAction(UserActionContext ctx)
protected boolean
AddRowHandler. processAction(UserActionContext ctx)
protected boolean
AddSheetHandler. processAction(UserActionContext ctx)
protected boolean
ApplyBorderHandler. processAction(UserActionContext ctx)
protected boolean
BackColorHandler. processAction(UserActionContext ctx)
protected boolean
ClearCellHandler. processAction(UserActionContext ctx)
protected boolean
CloseBookHandler. processAction(UserActionContext ctx)
protected boolean
CopyHandler. processAction(UserActionContext ctx)
protected boolean
CopySheetHandler. processAction(UserActionContext ctx)
protected boolean
CutHandler. processAction(UserActionContext ctx)
protected boolean
DeleteCellLeftHandler. processAction(UserActionContext ctx)
protected boolean
DeleteCellUpHandler. processAction(UserActionContext ctx)
protected boolean
DeleteColumnHandler. processAction(UserActionContext ctx)
protected boolean
DeleteRowHandler. processAction(UserActionContext ctx)
protected boolean
DeleteSheetHandler. processAction(UserActionContext ctx)
protected boolean
FillColorHandler. processAction(UserActionContext ctx)
protected boolean
FontBoldHandler. processAction(UserActionContext ctx)
protected boolean
FontColorHandler. processAction(UserActionContext ctx)
protected boolean
FontFamilyHandler. processAction(UserActionContext ctx)
protected boolean
FontItalicHandler. processAction(UserActionContext ctx)
protected boolean
FontSizeHandler. processAction(UserActionContext ctx)
protected boolean
FontStrikeoutHandler. processAction(UserActionContext ctx)
protected boolean
FontTypeOffsetHandler. processAction(UserActionContext ctx)
protected boolean
FontUnderlineHandler. processAction(UserActionContext ctx)
protected boolean
HideHeaderHandler. processAction(UserActionContext ctx)
protected boolean
HorizontalAlignHandler. processAction(UserActionContext ctx)
protected boolean
InsertCellDownHandler. processAction(UserActionContext ctx)
protected boolean
InsertCellRightHandler. processAction(UserActionContext ctx)
protected boolean
InsertColumnHandler. processAction(UserActionContext ctx)
protected boolean
InsertRowHandler. processAction(UserActionContext ctx)
protected boolean
MoveSheetHandler. processAction(UserActionContext ctx)
protected boolean
NewBookHandler. processAction(UserActionContext ctx)
protected boolean
PasteHandler. processAction(UserActionContext ctx)
protected boolean
RenameSheetHandler. processAction(UserActionContext ctx)
protected boolean
TextIndentHandler. processAction(UserActionContext ctx)
protected boolean
VerticalAlignHandler. processAction(UserActionContext ctx)
protected boolean
WrapTextHandler. processAction(UserActionContext ctx)
-
Uses of UserActionContext in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type UserActionContext Modifier and Type Method Description protected boolean
DisplayGridlinesAction. processAction(UserActionContext ctx)
protected boolean
SortHandler. processAction(UserActionContext ctx)
-
Uses of UserActionContext in io.keikaiex.ui.impl
Methods in io.keikaiex.ui.impl with parameters of type UserActionContext Modifier and Type Method Description protected boolean
UserActionManagerCtrlImpl. dispatchCellSelectionUpdateAction(UserActionContext ctx)
protected boolean
UserActionManagerCtrlImpl. dispatchWidgetKeyAction(UserActionContext ctx)
protected boolean
UserActionManagerCtrlImpl. dispatchWidgetUpdateAction(UserActionContext ctx)
-
Uses of UserActionContext in io.keikaiex.ui.impl.ua
Methods in io.keikaiex.ui.impl.ua with parameters of type UserActionContext Modifier and Type Method 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
AbstractCommentHandler. processAction(UserActionContext ctx)
protected boolean
ApplyFilterHandler. processAction(UserActionContext ctx)
protected boolean
AutoFillHandler. processAction(UserActionContext ctx)
protected boolean
CleanFilterHandler. processAction(UserActionContext ctx)
protected boolean
CustomFiltersHandler. processAction(UserActionContext ctx)
protected boolean
CustomSortHandler. processAction(UserActionContext ctx)
protected boolean
DataValidationHandler. processAction(UserActionContext ctx)
protected boolean
DeleteChartHandler. processAction(UserActionContext ctx)
protected boolean
DeleteCommentHandler. processAction(UserActionContext ctx)
protected boolean
DeletePictureHandler. processAction(UserActionContext ctx)
protected boolean
FormatCellHandler. processAction(UserActionContext ctx)
protected boolean
HeaderSizeHandler. processAction(UserActionContext ctx)
protected boolean
HideSheetHandler. processAction(UserActionContext ctx)
protected boolean
HyperlinkHandler. processAction(UserActionContext ctx)
protected boolean
InsertChartHandler. processAction(UserActionContext ctx)
protected boolean
InsertFunctionHandler. processAction(UserActionContext ctx)
protected boolean
InsertPictureHandler. processAction(UserActionContext ctx)
protected boolean
MergeCenterHandler. processAction(UserActionContext ctx)
protected boolean
MergeHandler. processAction(UserActionContext ctx)
protected boolean
MoveChartHandler. processAction(UserActionContext ctx)
protected boolean
MovePictureHandler. processAction(UserActionContext ctx)
protected boolean
PasteSpecialDialogHandler. processAction(UserActionContext ctx)
protected boolean
PasteSpecialHandler. processAction(UserActionContext ctx)
protected boolean
ProtectSheetAction. processAction(UserActionContext ctx)
protected boolean
ReapplyFilterHandler. processAction(UserActionContext ctx)
protected boolean
RichTextEditHandler. processAction(UserActionContext ctx)
protected boolean
ShiftCellHandler. processAction(UserActionContext ctx)
protected boolean
TextRotationHandler. processAction(UserActionContext ctx)
protected boolean
Top10FilterHandler. processAction(UserActionContext ctx)
protected boolean
UnhideSheetHandler. processAction(UserActionContext ctx)
protected boolean
UnmergeHandler. processAction(UserActionContext ctx)
protected void
DataValidationHandler. showValidationDialog(UserActionContext ctx, Sheet sheet, AreaRef selection, List<Validation> validations)
-