Uses of Class
io.keikai.api.AreaRefWithType
-
Packages that use AreaRefWithType Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.ui Defines UI Component class of Keikai Spreadsheetio.keikai.ui.event Events of Keikai Spreadsheet UI Component.io.keikai.ui.impl 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 Modifier and Type Method Description boolean
AreaRefWithType. overlap(AreaRefWithType areaRef)
-
Uses of AreaRefWithType in io.keikai.ui
Methods in io.keikai.ui that return AreaRefWithType Modifier and Type Method Description AreaRefWithType
UserActionContext.Clipboard. getSelectionWithType()
AreaRefWithType
UserActionContext. getSelectionWithType()
Methods in io.keikai.ui that return types with arguments of type AreaRefWithType Modifier and Type Method Description Set<AreaRefWithType>
Spreadsheet. getAllSelection()
Return all selection rectangle only if onCellSelection event listener is registered.Set<AreaRefWithType>
UserActionContext. getAllSelection()
-
Uses of AreaRefWithType in io.keikai.ui.event
Methods in io.keikai.ui.event that return types with arguments of type AreaRefWithType Modifier and Type Method Description Set<AreaRefWithType>
AuxActionEvent. getAllSelection()
Set<AreaRefWithType>
CellMultipleSelectionEvent. getSelectionArea()
Returns the multiple selection areas with typesConstructor parameters in io.keikai.ui.event with type arguments of type AreaRefWithType Constructor Description AuxActionEvent(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 AreaRefWithType Modifier and Type Method Description AreaRefWithType
DefaultUserActionManagerCtrl.ClipboardImpl. getSelectionWithType()
AreaRefWithType
DefaultUserActionManagerCtrl.UserActionContextImpl. getSelectionWithType()
Methods in io.keikai.ui.impl that return types with arguments of type AreaRefWithType Modifier and Type Method Description Set<AreaRefWithType>
DefaultUserActionManagerCtrl.UserActionContextImpl. getAllSelection()
Constructor parameters in io.keikai.ui.impl with type arguments of type AreaRefWithType Constructor Description UserActionContextImpl(Spreadsheet ss, org.zkoss.zk.ui.event.Event event, Book book, Sheet sheet, Set<AreaRefWithType> selection, Map<String,Object> data, String category, String action)
-