Package | Description |
---|---|
io.keikai.ui.event |
Events of Keikai Spreadsheet UI Component.
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikai.ui.impl.undo |
Classes that doing system undoable 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.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
UndoableAction |
UndoableActionManagerEvent.getAction() |
Constructor and Description |
---|
UndoableActionManagerEvent(String name,
org.zkoss.zk.ui.Component target,
UndoableActionManagerEvent.Type type,
UndoableAction action) |
Modifier and Type | Method and Description |
---|---|
void |
DummyUndoableActionManager.doAction(UndoableAction action) |
Modifier and Type | Method and Description |
---|---|
static void |
ActionHelper.collectRichTextStyleActions(Range range,
CellOperationUtil.CellStyleApplier applier,
List<UndoableAction> actions)
Scan the given range and collect rich text cells actions which will be applied with the applier.
|
Modifier and Type | Class and Description |
---|---|
class |
Abstract2DCellDataStyleAction
abstract class handle src and destination content/style reservation
|
class |
AbstractCellDataStyleAction
abstract class handle src content/style reservation
|
class |
AbstractEditTextAction |
class |
AbstractUndoableAction |
class |
AggregatedAction |
class |
AutoFillCellAction |
class |
CellBorderAction |
class |
CellEditTextAction |
class |
CellRichTextAction |
class |
CellStyleAction |
class |
ClearCellAction |
class |
CutCellAction |
class |
DeleteCellAction |
class |
FontStyleAction |
class |
HideHeaderAction |
class |
InsertCellAction |
class |
MergeCellAction |
class |
PasteCellAction |
class |
PasteSpecialCellAction |
class |
ResizeHeaderAction |
class |
ShiftCellAction |
class |
SortCellAction |
class |
ToggleMergeCellAction |
class |
UnmergeCellAction |
Constructor and Description |
---|
AggregatedAction(String label,
UndoableAction[] actions) |
Modifier and Type | Method and Description |
---|---|
void |
UndoableActionManager.doAction(UndoableAction action)
Do the action and put it into history
|
Modifier and Type | Method and Description |
---|---|
void |
UndoableActionManagerImpl.doAction(UndoableAction action) |
Modifier and Type | Class and Description |
---|---|
class |
CellCommentAction |
class |
DataValidationAction |
Copyright © 2020. All rights reserved.