Uses of Interface
org.zkoss.zk.ui.sys.AbortingReason
-
Packages that use AbortingReason Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of AbortingReason in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement AbortingReason Modifier and Type Class Description classAbortByRemoveDesktopThe aborting reason when the remove-desktop command is received.classAbortBySendRedirectThe aborting reason for send-redirect.Methods in org.zkoss.zk.ui.impl with parameters of type AbortingReason Modifier and Type Method Description voidUiEngineImpl. setAbortingReason(AbortingReason aborting) -
Uses of AbortingReason in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type AbortingReason Modifier and Type Method Description voidUiEngine. setAbortingReason(AbortingReason aborting)Aborts the current execution.
-