public interface UserActionContext
Modifier and Type | Interface and Description |
---|---|
static interface |
UserActionContext.Clipboard |
Modifier and Type | Method and Description |
---|---|
void |
clearClipboard() |
String |
getAction() |
Book |
getBook() |
String |
getCategory() |
UserActionContext.Clipboard |
getClipboard() |
Object |
getData(String key) |
org.zkoss.zk.ui.event.Event |
getEvent() |
AreaRef |
getSelection() |
CellSelectionType |
getSelectionType() |
AreaRefWithType |
getSelectionWithType() |
Sheet |
getSheet() |
int |
getSheetMaxVisibleColumns() |
int |
getSheetMaxVisibleRows() |
Spreadsheet |
getSpreadsheet() |
void |
setClipboard(Sheet sheet,
AreaRef selection,
boolean cutMode,
Object info) |
Spreadsheet getSpreadsheet()
Book getBook()
Sheet getSheet()
org.zkoss.zk.ui.event.Event getEvent()
AreaRef getSelection()
CellSelectionType getSelectionType()
String getCategory()
String getAction()
UserActionContext.Clipboard getClipboard()
void clearClipboard()
AreaRefWithType getSelectionWithType()
int getSheetMaxVisibleRows()
int getSheetMaxVisibleColumns()
Copyright © 2020. All rights reserved.