Uses of Class
io.keikai.api.AreaRefWithType
Packages that use AreaRefWithType
Package
Description
Keikai Spreadsheet API classes.
Defines UI Component class of Keikai Spreadsheet
Events of Keikai Spreadsheet UI Component.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
-
Uses of AreaRefWithType in io.keikai.api
Methods in io.keikai.api with parameters of type AreaRefWithType -
Uses of AreaRefWithType in io.keikai.ui
Methods in io.keikai.ui that return AreaRefWithTypeModifier and TypeMethodDescriptionUserActionContext.Clipboard.getSelectionWithType()UserActionContext.getSelectionWithType()Methods in io.keikai.ui that return types with arguments of type AreaRefWithTypeModifier and TypeMethodDescriptionSpreadsheet.getAllSelection()Return all selection rectangle only if onCellSelection event listener is registered.UserActionContext.getAllSelection() -
Uses of AreaRefWithType in io.keikai.ui.event
Methods in io.keikai.ui.event that return types with arguments of type AreaRefWithTypeModifier and TypeMethodDescriptionAuxActionEvent.getAllSelection()CellMultipleSelectionEvent.getSelectionArea()Returns the multiple selection areas with typesConstructor parameters in io.keikai.ui.event with type arguments of type AreaRefWithTypeModifierConstructorDescriptionAuxActionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, String action, Set<AreaRefWithType> selection, Map data) constructor of AuxActionEvent (selection set)CellMultipleSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, Set<AreaRefWithType> selectionArea, Object data) -
Uses of AreaRefWithType in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return AreaRefWithTypeModifier and TypeMethodDescriptionDefaultUserActionManagerCtrl.ClipboardImpl.getSelectionWithType()DefaultUserActionManagerCtrl.UserActionContextImpl.getSelectionWithType()Methods in io.keikai.ui.impl that return types with arguments of type AreaRefWithTypeModifier and TypeMethodDescriptionDefaultUserActionManagerCtrl.UserActionContextImpl.getAllSelection()Constructor parameters in io.keikai.ui.impl with type arguments of type AreaRefWithTypeModifierConstructorDescriptionUserActionContextImpl(Spreadsheet ss, org.zkoss.zk.ui.event.Event event, Book book, Sheet sheet, Set<AreaRefWithType> selection, Map<String, Object> data, String category, String action)