public class CellSelectionUpdateEvent extends CellSelectionEvent
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
CellSelectionAction |
getAction()
Returns the action of this event.
|
int |
getOrigbottom()
Deprecated.
use
getOrigLastRow() |
int |
getOrigColumn() |
int |
getOrigLastColumn() |
int |
getOrigLastRow() |
int |
getOrigleft()
Deprecated.
use
getOrigColumn() |
int |
getOrigright()
Deprecated.
|
int |
getOrigRow() |
int |
getOrigtop()
Deprecated.
use
getOrigRow() |
getBottom, getLeft, getRight, getTop, getType
getArea, getLastColumn, getLastRow
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)
public CellSelectionAction getAction()
@Deprecated public int getOrigleft()
getOrigColumn()
@Deprecated public int getOrigtop()
getOrigRow()
@Deprecated public int getOrigright()
getOrigLastColumn()
@Deprecated public int getOrigbottom()
getOrigLastRow()
public int getOrigRow()
public int getOrigColumn()
public int getOrigLastRow()
public int getOrigLastColumn()
Copyright © 2020. All rights reserved.