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). 
org.zkoss.zml.device XML Device 
 

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.
static Device Devices.getDeviceByClient(java.lang.String userAgent)
          Returns the device for the specified client.
 

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()
           
 

Uses of Device in org.zkoss.zml.device
 

Classes in org.zkoss.zml.device that implement Device
 class XmlDevice
          Represents the XML output.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo