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