Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component.ui
Class BBTable.NonTouchscreenTableManager.TableKeyListener

java.lang.Object
  extended by oracle.adfnmc.component.ui.BBTable.NonTouchscreenTableManager.TableKeyListener
All Implemented Interfaces:
net.rim.device.api.system.KeyListener, net.rim.device.api.system.KeypadListener
Enclosing class:
BBTable.NonTouchscreenTableManager

public class BBTable.NonTouchscreenTableManager.TableKeyListener
extends java.lang.Object
implements net.rim.device.api.system.KeyListener


Field Summary
 
Fields inherited from interface net.rim.device.api.system.KeypadListener
STATUS_ALT, STATUS_ALT_LOCK, STATUS_CAPS_LOCK, STATUS_FOUR_WAY, STATUS_KEY_HELD_WHILE_ROLLING, STATUS_NOT_FROM_KEYPAD, STATUS_SHIFT, STATUS_SHIFT_LEFT, STATUS_SHIFT_RIGHT, STATUS_TRACKWHEEL
 
Constructor Summary
BBTable.NonTouchscreenTableManager.TableKeyListener()
           
 
Method Summary
 boolean keyChar(char key, int status, int time)
           
 boolean keyDown(int keycode, int time)
           
 boolean keyRepeat(int keycode, int time)
           
 boolean keyStatus(int keycode, int time)
           
 boolean keyUp(int keycode, int time)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBTable.NonTouchscreenTableManager.TableKeyListener

public BBTable.NonTouchscreenTableManager.TableKeyListener()
Method Detail

keyChar

public boolean keyChar(char key,
                       int status,
                       int time)
Specified by:
keyChar in interface net.rim.device.api.system.KeyListener

keyDown

public boolean keyDown(int keycode,
                       int time)
Specified by:
keyDown in interface net.rim.device.api.system.KeyListener

keyRepeat

public boolean keyRepeat(int keycode,
                         int time)
Specified by:
keyRepeat in interface net.rim.device.api.system.KeyListener

keyStatus

public boolean keyStatus(int keycode,
                         int time)
Specified by:
keyStatus in interface net.rim.device.api.system.KeyListener

keyUp

public boolean keyUp(int keycode,
                     int time)
Specified by:
keyUp in interface net.rim.device.api.system.KeyListener

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.