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

      Object getData(String key)
    • getCategory

      String getCategory()
    • getAction

      String getAction()
    • getClipboard

    • clearClipboard

      void clearClipboard()
    • setClipboard

      void setClipboard(Sheet sheet, AreaRef selection, boolean cutMode, Object info)
    • getSelectionWithType

      AreaRefWithType getSelectionWithType()
    • getSheetMaxVisibleRows

      int getSheetMaxVisibleRows()
    • getSheetMaxVisibleColumns

      int getSheetMaxVisibleColumns()