Package io.keikai.ui
Interface UserActionContext
- All Known Implementing Classes:
DefaultUserActionManagerCtrl.UserActionContextImpl
public interface UserActionContext
- Author:
- dennis
-
Method Details
-
getSpreadsheet
Spreadsheet getSpreadsheet() -
getBook
Book getBook() -
getSheet
Sheet getSheet() -
getEvent
org.zkoss.zk.ui.event.Event getEvent() -
getSelection
AreaRef getSelection() -
getAllSelection
Set<AreaRefWithType> getAllSelection()- Since:
- 6.0.0
-
getSelectionType
CellSelectionType getSelectionType()- Since:
- 3.5.0
-
getData
-
getCategory
String getCategory() -
getAction
String getAction() -
getClipboard
UserActionContext.Clipboard getClipboard() -
clearClipboard
void clearClipboard() -
setClipboard
-
getSelectionWithType
AreaRefWithType getSelectionWithType() -
getSheetMaxVisibleRows
int getSheetMaxVisibleRows() -
getSheetMaxVisibleColumns
int getSheetMaxVisibleColumns()
-