|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ui.OwKeyEvent
public class OwKeyEvent
OwKeyEvent.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor Summary | |
|---|---|
OwKeyEvent(int iKeyCode_p,
int iCtrlKey_p,
String strEventURL_p,
String strFormName_p,
String description_p)
create key event |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj_p)
|
static String |
getCtrlDescription(Locale locale_p,
int iCtrlCode_p)
Deprecated. since 4.1.1.0 use OwKeyboardDescription |
int |
getCtrlKeyCode()
|
String |
getDescription()
|
String |
getEventURL()
|
String |
getFormName()
|
int |
getKeyCode()
|
String |
getKeyDescription(Locale locale_p)
Deprecated. since 4.1.1.0 use getKeyDescription(Locale, OwOSFamily) |
String |
getKeyDescription(Locale locale,
OwOSFamily userAgentFamily)
|
int |
getMaskedCode()
compute a code from keycode and CTRL code |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwKeyEvent(int iKeyCode_p,
int iCtrlKey_p,
String strEventURL_p,
String strFormName_p,
String description_p)
iKeyCode_p - int code of the keyboard key as returned by the JavaScript method event.keyCodeiCtrlKey_p - int any combination of the KEYBOARD_CTRLKEY_... definitions, can be 0strEventURL_p - String URL to be requested upon key pressstrFormName_p - String form namedescription_p - String description of the event| Method Detail |
|---|
public int getKeyCode()
public int getCtrlKeyCode()
public String getEventURL()
public String getFormName()
public String getDescription()
public static String getCtrlDescription(Locale locale_p,
int iCtrlCode_p)
OwKeyboardDescription
locale_p -
public String getKeyDescription(Locale locale,
OwOSFamily userAgentFamily)
locale - userAgentFamily -
public String getKeyDescription(Locale locale_p)
getKeyDescription(Locale, OwOSFamily)
locale_p -
public int getMaskedCode()
public boolean equals(Object obj_p)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||