Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
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.dialog | |
io.keikaiex.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaRefWithType
A class that represents an area reference with 4 value :
row(top row), column(left column), last row(bottom row) and last column(right column)
and an extra selection type.
|
Modifier and Type | Method and Description |
---|---|
void |
Exporter.export(Sheet sheet,
AreaRef selection,
OutputStream fos)
Deprecated.
since 3.5.0
|
static String |
Ranges.getAreaRefString(Sheet sheet,
AreaRef area)
Gets area reference expression
|
static Range |
Ranges.range(Sheet sheet,
AreaRef selection)
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterImpl.export(Sheet sheet,
AreaRef selection,
OutputStream fos)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AreaRef |
Spreadsheet.getHighlight()
Return current highlight rectangle.
|
AreaRef |
UserActionContext.getSelection() |
AreaRef |
UserActionContext.Clipboard.getSelection() |
AreaRef |
Spreadsheet.getSelection()
Return current selection rectangle only if onCellSelection event listener is registered.
|
Modifier and Type | Method and Description |
---|---|
void |
UserActionContext.setClipboard(Sheet sheet,
AreaRef selection,
boolean cutMode,
Object info) |
void |
Spreadsheet.setHighlight(AreaRef highlight)
Sets the highlight rectangle or sets a null value to hide it.
|
void |
Spreadsheet.setSelection(AreaRef sel)
Sets the selection rectangle.
|
Modifier and Type | Method and Description |
---|---|
AreaRef |
CellAreaEvent.getArea() |
AreaRef |
CellFilterEvent.getFilterArea()
Gets filter area of the auto filter
|
AreaRef |
KeyEvent.getSelection() |
AreaRef |
AuxActionEvent.getSelection() |
Constructor and Description |
---|
AuxActionEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
String action,
AreaRef selection,
Map data) |
CellFilterEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
AreaRef filterArea,
int field,
int x,
int y,
int keys,
int clientx,
int clienty) |
Modifier and Type | Class and Description |
---|---|
class |
MergedRect |
Modifier and Type | Method and Description |
---|---|
AreaRef |
ActiveRangeHelper.getArea(SSheet sheet) |
AreaRef |
DefaultUserActionManagerCtrl.UserActionContextImpl.getSelection() |
AreaRef |
DefaultUserActionManagerCtrl.ClipboardImpl.getSelection() |
AreaRef |
ActiveRangeHelper.removeActiveRange(SSheet sheet) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUserActionManagerCtrl.UserActionContextImpl.setClipboard(Sheet sheet,
AreaRef selection,
boolean cutMode,
Object info) |
Constructor and Description |
---|
ClipboardImpl(Spreadsheet ss,
Sheet sheet,
AreaRef selection,
boolean cutMode,
Object info) |
UserActionContextImpl(Spreadsheet ss,
org.zkoss.zk.ui.event.Event event,
Book book,
Sheet sheet,
AreaRef selection,
CellSelectionType selectionType,
Map<String,Object> data,
String category,
String action) |
Modifier and Type | Method and Description |
---|---|
AreaRef |
PasteSpecialCellAction.getRedoSelection() |
AreaRef |
PasteCellAction.getRedoSelection() |
AreaRef |
CutCellAction.getRedoSelection() |
AreaRef |
AggregatedAction.getRedoSelection() |
AreaRef |
AbstractUndoableAction.getRedoSelection() |
AreaRef |
Abstract2DCellDataStyleAction.getRedoSelection() |
AreaRef |
PasteSpecialCellAction.getUndoSelection() |
AreaRef |
PasteCellAction.getUndoSelection() |
AreaRef |
CutCellAction.getUndoSelection() |
AreaRef |
AggregatedAction.getUndoSelection() |
AreaRef |
AbstractUndoableAction.getUndoSelection() |
Modifier and Type | Method and Description |
---|---|
AreaRef |
SpreadsheetCtrl.getFocusArea() |
AreaRef |
SpreadsheetCtrl.getLoadedArea() |
AreaRef |
UndoableAction.getRedoSelection() |
AreaRef |
SpreadsheetCtrl.getSelectionArea() |
AreaRef |
UndoableAction.getUndoSelection() |
AreaRef |
SpreadsheetCtrl.getVisibleArea() |
Modifier and Type | Field and Description |
---|---|
protected AreaRef |
CustomSortCtrl.selection |
Modifier and Type | Method and Description |
---|---|
static void |
CustomSortCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback,
Sheet sheet,
AreaRef selection,
Spreadsheet ss) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataValidationHandler.showValidationDialog(UserActionContext ctx,
Sheet sheet,
AreaRef selection,
List<Validation> validations) |
Copyright © 2020. All rights reserved.