public class CellSelectionEvent extends CellAreaEvent
Constructor and Description |
---|
CellSelectionEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int tRow,
int lCol,
int bRow,
int rCol,
CellSelectionType type) |
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Deprecated.
|
int |
getLeft()
Deprecated.
|
int |
getRight()
Deprecated.
|
int |
getTop()
Deprecated.
|
CellSelectionType |
getType()
Returns the selection type
|
getArea, getLastColumn, getLastRow
public CellSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol, CellSelectionType type)
public CellSelectionType getType()
@Deprecated public int getLeft()
CellEvent.getColumn()
@Deprecated public int getTop()
CellEvent.getRow()
@Deprecated public int getRight()
CellAreaEvent.getLastColumn()
@Deprecated public int getBottom()
CellAreaEvent.getLastRow()
Copyright © 2020. All rights reserved.