Package io.keikai.ui.event
Class CellMultipleSelectionEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
io.keikai.ui.event.CellMultipleSelectionEvent
- All Implemented Interfaces:
Serializable
public class CellMultipleSelectionEvent
extends org.zkoss.zk.ui.event.Event
Event class about selection of cell
- Since:
- 6.0.0
- Author:
- Jameschu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCellMultipleSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, Set<AreaRefWithType> selectionArea, Object data) -
Method Summary
Modifier and TypeMethodDescriptionReturns the multiple selection areas with typesgetSheet()get SheetMethods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
CellMultipleSelectionEvent
public CellMultipleSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, Set<AreaRefWithType> selectionArea, Object data)
-
-
Method Details
-
getSheet
get Sheet- Returns:
- sheet the related sheet
-
getSelectionArea
Returns the multiple selection areas with types- Returns:
- the multiple selection areas with types
-