Uses of Class
org.zkoss.zk.ui.DesktopUnavailableException
-
Packages that use DesktopUnavailableException Package Description org.zkoss.zk.ui org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of DesktopUnavailableException in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that throw DesktopUnavailableException Modifier and Type Method Description static voidExecutions. activate(Desktop desktop)Activates a thread to allow it access the given desktop synchronously.static booleanExecutions. activate(Desktop desktop, long timeout)Activates a thread to allow it access the given desktop synchronously, or until a certain amount of time has elapsed. -
Uses of DesktopUnavailableException in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that throw DesktopUnavailableException Modifier and Type Method Description booleanPollingServerPush. activate(long timeout) -
Uses of DesktopUnavailableException in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that throw DesktopUnavailableException Modifier and Type Method Description booleanServerPush. activate(long timeout)Activate the current thread (which must be a server-push thread).
-