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
 Component IdSpace.getFellow(java.lang.String id)
          Returns a component of the specified ID in this ID space.
 Component AbstractPage.getFellow(java.lang.String compId)
           
 Component AbstractComponent.getFellow(java.lang.String compId)
           
 Component IdSpace.getFellow(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in this ID space.
 Component Component.getFellow(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in the same ID space.
 Component AbstractPage.getFellow(java.lang.String compId, boolean recurse)
          The same as AbstractPage.getFellow(String).
 Component AbstractComponent.getFellow(java.lang.String compId, boolean recurse)
           
 Page Desktop.getPage(java.lang.String pageId)
          Returns the page of the specified ID or UUID.
 

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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo