Uses of Interface
org.zkoss.zk.au.AuService

Packages that use AuService
org.zkoss.zk.au.http HTTP related classes used to do asynchronous updates. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zkmax.au AU utilities in ZK EE, such as the inaccessible widget block service. 
 

Uses of AuService in org.zkoss.zk.au.http
 

Classes in org.zkoss.zk.au.http that implement AuService
 class UploadInfoService
          Extends desktop to handle the request of the upload information and post events if the upload is completed.
 

Uses of AuService in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return AuService
 AuService Component.getAuService()
          Returns an AU service to process the AU request before the component's default handling.
 AuService AbstractComponent.getAuService()
           
 

Methods in org.zkoss.zk.ui with parameters of type AuService
 void Component.setAuService(AuService service)
          Sets an AU service to process the AU request before the component's default handling.
 void AbstractComponent.setAuService(AuService ausvc)
           
 

Uses of AuService in org.zkoss.zkmax.au
 

Classes in org.zkoss.zkmax.au that implement AuService
 class InaccessibleWidgetBlockService
          Inaccessible Widget Block Service (IWBS) used to block the request sent by an inaccessible widget (at the client).
 



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