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

Packages that use SuspendNotAllowedException
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.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
 

Uses of SuspendNotAllowedException in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that throw SuspendNotAllowedException
static void Executions.wait(java.lang.Object mutex)
          Suspends the current processing of an event and wait until the other thread invokes Executions.notify(Object), Executions.notifyAll(Object), Executions.notify(Desktop, Object) or Executions.notifyAll(Desktop, Object) for the specified object.
 

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

Methods in org.zkoss.zk.ui.impl that throw SuspendNotAllowedException
 void UiEngineImpl.wait(java.lang.Object mutex)
           
 

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

Methods in org.zkoss.zk.ui.sys that throw SuspendNotAllowedException
 void UiEngine.wait(java.lang.Object obj)
          Suspends the current processing of an event and wait until the other thread invokes UiEngine.notify(Object), UiEngine.notifyAll(Object), UiEngine.notify(Desktop, Object) or UiEngine.notifyAll(Desktop, Object) for the specified object.
 

Uses of SuspendNotAllowedException in org.zkoss.zul
 

Methods in org.zkoss.zul that throw SuspendNotAllowedException
 void Window.doModal()
          Makes this window as a modal dialog.
 

Uses of SuspendNotAllowedException in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that throw SuspendNotAllowedException
 void Window.doModal()
          Makes this window as a modal dialog.
 



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