Package io.keikai.ui.event
Class CellSelectionUpdateEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
io.keikai.ui.event.CellEvent
io.keikai.ui.event.CellAreaEvent
io.keikai.ui.event.CellSelectionEvent
io.keikai.ui.event.CellSelectionUpdateEvent
- All Implemented Interfaces:
Serializable
Event about selection update of cells
- Since:
- 3.0.0
- Author:
- Dennis.Chen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCellSelectionUpdateEvent(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) -
Method Summary
Modifier and TypeMethodDescriptionReturns the action of this event.intintintintMethods inherited from class io.keikai.ui.event.CellSelectionEvent
getTypeMethods inherited from class io.keikai.ui.event.CellAreaEvent
getArea, getLastColumn, getLastRowMethods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
CellSelectionUpdateEvent
public 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)
-
-
Method Details
-
getAction
Returns the action of this event. -
getOrigRow
public int getOrigRow() -
getOrigColumn
public int getOrigColumn() -
getOrigLastRow
public int getOrigLastRow() -
getOrigLastColumn
public int getOrigLastColumn()
-