Uses of Class
org.zkoss.zk.ui.ComponentNotFoundException

Packages that use ComponentNotFoundException
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of ComponentNotFoundException in org.zkoss.zk.au
 

Methods in org.zkoss.zk.au that throw ComponentNotFoundException
 void AuRequest.activate()
          Activates this request.
 

Uses of ComponentNotFoundException in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that throw ComponentNotFoundException
 Page Desktop.getPage(java.lang.String pageId)
          Returns the page of the specified ID.
 

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

Methods in org.zkoss.zk.ui.sys that throw ComponentNotFoundException
static java.lang.Object[] ComponentsCtrl.parseEventExpression(Component comp, java.lang.String evtexpr, Component defaultComp, boolean deferred)
          Pares the event expression.
 



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