|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.base.AdfKeyStroke
public class AdfKeyStroke extends AdfObject
getKeyStrokeFromMarshalledString(Object)
getKeyStroke(Number, Number)
Field Summary |
|
---|---|
public static Object |
|
public static Number |
|
public static Number |
|
private static Object |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Object |
|
private static Object |
|
public static Number |
|
private static Object |
|
public static Object |
|
public static Object |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Object |
|
public static Object |
|
private Object |
|
private static Object |
|
public static Number |
|
public static Number |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private Object |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
private static Object |
|
public static Number |
|
private Object |
|
public static Number |
|
public static Number |
|
public static Number |
|
public static Number |
|
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
public Number |
|
public static AdfKeyStroke |
|
public static AdfKeyStroke |
|
private static String |
|
public Number |
|
private static String |
|
private static Object |
|
private static String |
|
protected Object |
|
protected static Object |
|
public String |
|
public Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString |
Field Detail |
---|
public static Object A_KEY
public static Number ALT_KEY
public static Number ALT_MASK
SHIFT_MASK
CTRL_MASK
META_MASK
private static Object _ALT_MODIFIER
public static Number ARROWDOWN_KEY
public static Number ARROWLEFT_KEY
public static Number ARROWRIGHT_KEY
public static Number ARROWUP_KEY
public static Number BACKSPACE_KEY
public static Object C_KEY
private static Object _CACHE
public static Number CTRL_MASK
SHIFT_MASK
META_MASK
ALT_MASK
private static Object _CTRL_MODIFIER
public static Object DELETE_KEY
public static Object END_KEY
public static Number ENTER_KEY
public static Number ESC_KEY
public static Number F10_KEY
public static Number F11_KEY
public static Number F12_KEY
public static Number F1_KEY
public static Number F2_KEY
public static Number F3_KEY
public static Number F4_KEY
public static Number F5_KEY
public static Number F6_KEY
public static Number F7_KEY
public static Number F8_KEY
public static Number F9_KEY
public static Object HOME_KEY
public static Object INSERT_KEY
private Object _keyCode
private static Object _KEYCODE_MAPPINGS
public static Number M_KEY
public static Number META_MASK
SHIFT_MASK
CTRL_MASK
ALT_MASK
private static Object _META_MODIFIER
private static Object _MODIFIER_DISPLAY_STRINGS
private static Object _MODIFIER_NAME_TO_FLAG
private static Object _MODIFIER_STRINGS
private Object _modifiers
public static Number P_KEY
public static Number PAGEDOWN_KEY
public static Number PAGEUP_KEY
public static Number R_KEY
public static Number SHIFT_MASK
CTRL_MASK
META_MASK
ALT_MASK
private static Object _SHIFT_MODIFIER
public static Number SPACE_KEY
private Object _stringForm
public static Number TAB_KEY
public static Number V_KEY
public static Number W_KEY
public static Number X_KEY
Constructor Detail |
---|
public AdfKeyStroke(Number keyCode,
Number modifiers,
String stringForm)
keyCode |
- | Unicode character of key to press |
modifiers |
- | bitmask of modifiers that must be held down |
stringForm |
- | Marshallable string version of keyCode and modifiers |
Method Detail |
---|
public Number getKeyCode()
Number
- The Unicode keycode for the key pressedpublic static AdfKeyStroke getKeyStroke(Number keyCode,
Number modifiers)
keyCode |
- | Unicode character of key to press |
modifiers |
- | bitmask of modifiers that must be held down |
AdfKeyStroke
- A shared AdfKeyStroke instancepublic static AdfKeyStroke getKeyStrokeFromMarshalledString(Object keyString)
keyString |
AdfKeyStroke
- A shared AdfKeyStroke instanceprivate static String _getModifierDisplayString(Number modifiers)
modifiers |
String
- Human readable string version of the modifierspublic Number getModifiers()
Number
- A bitmask of the modifier keys tht must be pressed simultaneously to match this keystrokeprivate static String _getModifierString(Number modifiers)
modifiers |
String
- Marshallable string version of the modifiersprivate static Object _getNameFromKeyCode(Object keyCode)
keyCode |
Object
private static String _getStringForm(Object keyCode,
Object modifiers)
keyCode |
||
modifiers |
String
- String form of modifiers plus keyCodeprotected Object Init(Number keyCode,
Number modifiers,
String stringForm)
keyCode |
- | Unicode character of key to press |
modifiers |
- | bitmask of modifiers that must be held down |
stringForm |
- | Marshallable string version of keyCode and modifiers |
Object
AdfObject.Init()
protected static Object InitClass()
Object
public String toMarshalledString()
String
- Marshallable String form of modifiers plus keyCodepublic Object toString()
Object
AdfObject.toString()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |