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
public class CellSelectionUpdateEvent extends CellSelectionEvent
Event about selection update of cells- Since:
- 3.0.0
- Author:
- Dennis.Chen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellSelectionAction
getAction()
Returns the action of this event.int
getOrigColumn()
int
getOrigLastColumn()
int
getOrigLastRow()
int
getOrigRow()
-
Methods inherited from class io.keikai.ui.event.CellSelectionEvent
getType
-
Methods inherited from class io.keikai.ui.event.CellAreaEvent
getArea, getLastColumn, getLastRow
-
-
-
-
Constructor Detail
-
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 Detail
-
getAction
public CellSelectionAction getAction()
Returns the action of this event.
-
getOrigRow
public int getOrigRow()
-
getOrigColumn
public int getOrigColumn()
-
getOrigLastRow
public int getOrigLastRow()
-
getOrigLastColumn
public int getOrigLastColumn()
-
-