Package io.keikai.ui.event
Class CellAreaEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- io.keikai.ui.event.CellEvent
-
- io.keikai.ui.event.CellAreaEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CellSelectionEvent
,ClipboardPasteEvent
public class CellAreaEvent extends CellEvent
Event class about selection of cell- Author:
- Dennis.Chen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellAreaEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaRef
getArea()
int
getLastColumn()
int
getLastRow()
-
-
-
Method Detail
-
getLastColumn
public int getLastColumn()
- Returns:
- the last (right-most) column index, 0-based.
-
getLastRow
public int getLastRow()
- Returns:
- the last (bottom) row index, 0-based.
-
getArea
public AreaRef getArea()
-
-