Uses of Interface
org.zkoss.zk.device.Device

Packages that use Device
org.zkoss.zk.device Device (such as Ajax browsers and mobile devices) relevant classes. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
 

Uses of Device in org.zkoss.zk.device
 

Classes in org.zkoss.zk.device that implement Device
 class AjaxDevice
          Represents a Web browser with the Ajax support.
 class GenericDevice
          A skeletal implementation of Device.
 

Methods in org.zkoss.zk.device that return Device
static Device Devices.getDevice(java.lang.String deviceType)
          Returns the device for the specified desktop type.
 

Uses of Device in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Device
 Device Desktop.getDevice()
          Returns the device that is associated with this desktop.
 

Uses of Device in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return Device
 Device DesktopImpl.getDevice()
           
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.