Uses of Enum Class
io.keikai.ui.CellSelectionType
Packages that use CellSelectionType
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).
Classes that doing system control on Keikai Spreadsheet UI Components.
-
Uses of CellSelectionType in io.keikai.api
Fields in io.keikai.api declared as CellSelectionTypeMethods in io.keikai.api that return CellSelectionTypeMethods in io.keikai.api with parameters of type CellSelectionTypeConstructors in io.keikai.api with parameters of type CellSelectionTypeModifierConstructorDescriptionAreaRefWithType(int row, int column, int lastRow, int lastColumn, CellSelectionType type) AreaRefWithType(String areaReference, CellSelectionType type) -
Uses of CellSelectionType in io.keikai.ui
Methods in io.keikai.ui that return CellSelectionTypeModifier and TypeMethodDescriptionUserActionContext.getSelectionType()static CellSelectionTypeReturns the enum constant of this class with the specified name.static CellSelectionType[]CellSelectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CellSelectionType in io.keikai.ui.event
Methods in io.keikai.ui.event that return CellSelectionTypeConstructors in io.keikai.ui.event with parameters of type CellSelectionTypeModifierConstructorDescriptionCellSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol, CellSelectionType type) CellSelectionUpdateEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol, int otRow, int olCol, int obRow, int orCol, CellSelectionType type, CellSelectionAction action) -
Uses of CellSelectionType in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return CellSelectionTypeModifier and TypeMethodDescriptionDefaultUserActionManagerCtrl.UserActionContextImpl.getSelectionType()Constructors in io.keikai.ui.impl with parameters of type CellSelectionTypeModifierConstructorDescriptionUserActionContextImpl(Spreadsheet ss, org.zkoss.zk.ui.event.Event event, Book book, Sheet sheet, AreaRef selection, CellSelectionType selectionType, Map<String, Object> data, String category, String action) -
Uses of CellSelectionType in io.keikai.ui.sys
Methods in io.keikai.ui.sys that return CellSelectionTypeMethods in io.keikai.ui.sys with parameters of type CellSelectionTypeModifier and TypeMethodDescriptionvoidSpreadsheetInCtrl.addSelectionRect(int left, int top, int right, int bottom, CellSelectionType type) Indicate user change multiple selection rectanglevoidSpreadsheetInCtrl.setSelType(CellSelectionType type)