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

Packages that use AuDecoder
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

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

Methods in org.zkoss.zk.ui.impl that return AuDecoder
 AuDecoder AbstractWebApp.getAuDecoder()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type AuDecoder
 void AbstractWebApp.setAuDecoder(AuDecoder audec)
           
 

Uses of AuDecoder in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return AuDecoder
 AuDecoder WebAppCtrl.getAuDecoder()
          Returns the AU decoder for this Web application, or null if not assigned.
 

Methods in org.zkoss.zk.ui.sys with parameters of type AuDecoder
 void WebAppCtrl.setAuDecoder(AuDecoder audec)
          Sets the AU decoder for this Web application.
 



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