Interface appmgr


public interface appmgr

appmgr.js contains the methods necessary to interact with the Application Manager shell.


Method Summary
 boolean calibrateTouch()
          Requests that the touch calibration utilty start
 boolean setKeypadVisible(boolean state)
          Sets the software keypad visibility
 

Method Detail

setKeypadVisible

public boolean setKeypadVisible(boolean state)
Sets the software keypad visibility

Parameters:
state - Set to true to make the keypad visible or false to hide
Returns:
Returns whether the event was submitted
WATA Integration
Host Applicationcom.ibm.retail.saf.wata.host.appmgr.AppMgrHostApplication
Host Appletcom.ibm.retail.saf.wata.host.appmgr.applet.AppMgrHostApplet

calibrateTouch

public boolean calibrateTouch()
Requests that the touch calibration utilty start

Returns:
Returns whether the event was submitted
WATA Integration
Host Applicationcom.ibm.retail.saf.wata.host.appmgr.AppMgrHostApplication
Host Appletcom.ibm.retail.saf.wata.host.appmgr.applet.AppMgrHostApplet