Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
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.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Field and Description |
---|---|
protected CellSelectionType |
AreaRefWithType._type |
Modifier and Type | Method and Description |
---|---|
CellSelectionType |
AreaRefWithType.getSelType() |
Modifier and Type | Method and Description |
---|---|
void |
AreaRefWithType.setSelType(CellSelectionType type) |
Constructor and Description |
---|
AreaRefWithType(int row,
int column,
int lastRow,
int lastColumn,
CellSelectionType type) |
Modifier and Type | Method and Description |
---|---|
CellSelectionType |
UserActionContext.getSelectionType() |
static CellSelectionType |
CellSelectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellSelectionType[] |
CellSelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CellSelectionType |
CellSelectionEvent.getType()
Returns the selection type
|
Constructor and Description |
---|
CellSelectionEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int tRow,
int lCol,
int bRow,
int rCol,
CellSelectionType type) |
CellSelectionUpdateEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int tRow,
int lCol,
int bRow,
int rCol,
int otRow,
int olCol,
int obRow,
int orCol,
CellSelectionType type,
CellSelectionAction action) |
Modifier and Type | Method and Description |
---|---|
CellSelectionType |
DefaultUserActionManagerCtrl.UserActionContextImpl.getSelectionType() |
Constructor and Description |
---|
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 |
---|---|
CellSelectionType |
SpreadsheetCtrl.getSelType() |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetInCtrl.setSelType(CellSelectionType type) |
Copyright © 2020. All rights reserved.