Uses of Class
io.keikai.ui.CellSelectionType
-
Packages that use CellSelectionType 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).io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components. -
-
Uses of CellSelectionType in io.keikai.api
Fields in io.keikai.api declared as CellSelectionType Modifier and Type Field Description protected CellSelectionType
AreaRefWithType. _type
Methods in io.keikai.api that return CellSelectionType Modifier and Type Method Description CellSelectionType
AreaRefWithType. getSelType()
Methods in io.keikai.api with parameters of type CellSelectionType Modifier and Type Method Description void
AreaRefWithType. setSelType(CellSelectionType type)
Constructors in io.keikai.api with parameters of type CellSelectionType Constructor Description AreaRefWithType(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 CellSelectionType Modifier and Type Method Description CellSelectionType
UserActionContext. getSelectionType()
static CellSelectionType
CellSelectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellSelectionType[]
CellSelectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CellSelectionType in io.keikai.ui.event
Methods in io.keikai.ui.event that return CellSelectionType Modifier and Type Method Description CellSelectionType
CellSelectionEvent. getType()
Returns the selection typeConstructors in io.keikai.ui.event with parameters of type CellSelectionType Constructor Description CellSelectionEvent(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 CellSelectionType Modifier and Type Method Description CellSelectionType
DefaultUserActionManagerCtrl.UserActionContextImpl. getSelectionType()
Constructors in io.keikai.ui.impl with parameters of type CellSelectionType Constructor Description UserActionContextImpl(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 CellSelectionType Modifier and Type Method Description CellSelectionType
SpreadsheetCtrl. getSelType()
Methods in io.keikai.ui.sys with parameters of type CellSelectionType Modifier and Type Method Description void
SpreadsheetInCtrl. addSelectionRect(int left, int top, int right, int bottom, CellSelectionType type)
Indicate user change multiple selection rectanglevoid
SpreadsheetInCtrl. setSelType(CellSelectionType type)
-