public class KeyEvent
extends org.zkoss.zk.ui.event.KeyEvent
| Constructor and Description |
|---|
KeyEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
int keyCode,
boolean ctrlKey,
boolean shiftKey,
boolean altKey,
int tRow,
int lCol,
int bRow,
int rCol) |
| Modifier and Type | Method and Description |
|---|---|
AreaRef |
getSelection() |
getKeyCode, getKeyEvent, getReference, isAltKey, isCtrlKey, isShiftKeypublic KeyEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
int keyCode,
boolean ctrlKey,
boolean shiftKey,
boolean altKey,
int tRow,
int lCol,
int bRow,
int rCol)
public AreaRef getSelection()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.