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

Packages that use UiException
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.device Device (such as Ajax browsers and mobile devices) relevant classes. 
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on. 
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.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.select.impl Implementation of ZK Component Selector 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkmax.zul Components and UI utitilies available in ZK EE. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of UiException in org.zkoss.zk.au
 

Subclasses of UiException in org.zkoss.zk.au
 class RequestOutOfSequenceException
          Indicates a request is out-of-sequence, and the request shall be ignored.
 

Methods in org.zkoss.zk.au that throw UiException
static java.lang.String AuRequests.getInnerWidth(AuRequest request)
          Returns the inner width of an AU request representing the update of inner width.
static java.lang.Object AuRequests.getUpdateResult(AuRequest request)
          Returns the result of an AU request representing the update result.
static AuWriter AuWriters.newInstance()
          Creates an instance of AuWriter.
 

Uses of UiException in org.zkoss.zk.device
 

Subclasses of UiException in org.zkoss.zk.device
 class DeviceNotFoundException
          Denotes the interpreter of the requested device type is not found.
 

Uses of UiException in org.zkoss.zk.scripting
 

Subclasses of UiException in org.zkoss.zk.scripting
 class InterpreterNotFoundException
          Denotes the interpreter of the requested scripting language not found.
 

Uses of UiException in org.zkoss.zk.ui
 

Subclasses of UiException in org.zkoss.zk.ui
 class ActivationTimeoutException
          Indicates the activation of an execution is taking too long.
 class ArithmeticWrongValueException
          For ArithmeticException wrong value wrapper.
 class ComponentNotFoundException
          Denotes a component cannot be found.
 class DesktopUnavailableException
          Denotes the desktop being accessed is no longer available.
 class OperationException
          The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
 class SuspendNotAllowedException
          Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
 class WrongValueException
          Denotes the value passed to a setter (a.k.a., mutator) of a component is wrong.
 class WrongValuesException
          Denotes an exception that is an aggregation of multiple WrongValueException.
 

Methods in org.zkoss.zk.ui that return UiException
static UiException UiException.Aide.wrap(java.lang.Throwable t)
          Converts an exception to UiException or OperationException depending on whether t implements Expectable.
static UiException UiException.Aide.wrap(java.lang.Throwable t, int code)
          Converts an exception to UiException or OperationException depending on whether t implements Expectable.
static UiException UiException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
          Converts an exception to UiException or OperationException depending on whether t implements Expectable.
static UiException UiException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
          Converts an exception to UiException or OperationException depending on whether t implements Expectable.
static UiException UiException.Aide.wrap(java.lang.Throwable t, java.lang.String msg)
          Converts an exception to UiException or OperationException depending on whether t implements Expectable.
 

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

Methods in org.zkoss.zk.ui.impl that throw UiException
 void DesktopImpl.invokeExecutionInits(Execution exec, Execution parent)
           
 

Uses of UiException in org.zkoss.zk.ui.metainfo
 

Subclasses of UiException in org.zkoss.zk.ui.metainfo
 class DefinitionNotFoundException
          Denotes a definition cannot be found.
 class PropertyNotFoundException
          Represents the a property (a.k.a., a method of a component) is not found.
 

Uses of UiException in org.zkoss.zk.ui.select.impl
 

Subclasses of UiException in org.zkoss.zk.ui.select.impl
 class ParseException
          Exception thrown for illegal selector string.
 

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

Methods in org.zkoss.zk.ui.sys that throw UiException
 void DesktopCtrl.invokeExecutionInits(Execution exec, Execution parent)
          Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Desktop.addListener(java.lang.Object).
 void FailoverManager.recover(Session sess, Execution exec, Desktop desktop)
          Recovers the specified desktop.
 

Uses of UiException in org.zkoss.zk.ui.util
 

Methods in org.zkoss.zk.ui.util that throw UiException
 void Configuration.invokeDesktopInits(Desktop desktop, java.lang.Object request)
          Invokes DesktopInit.init(org.zkoss.zk.ui.Desktop, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 boolean Configuration.invokeEventThreadInits(java.util.List<EventThreadInit> inits, Component comp, Event evt)
          Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadResumes(java.util.List<EventThreadResume> resumes, Component comp, Event evt)
          Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadSuspends(java.util.List<EventThreadSuspend> suspends, Component comp, Event evt)
          Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeExecutionInits(Execution exec, Execution parent)
          Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeSessionInits(Session sess, java.lang.Object request)
          Invokes SessionInit.init(org.zkoss.zk.ui.Session, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeWebAppInits()
          Invokes WebAppInit.init(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List<EventThreadInit> Configuration.newEventThreadInits(Component comp, Event evt)
          Constructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List<EventThreadResume> Configuration.newEventThreadResumes(Component comp, Event evt)
          Constructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 

Uses of UiException in org.zkoss.zkmax.zul
 

Methods in org.zkoss.zkmax.zul that throw UiException
 FusionchartEngine<Fusionchart> Fusionchart.getEngine()
           
protected  FusionchartEngine<Fusionchart> Fusionchart.newChartEngine()
          Instantiates the default chart engine.
 

Uses of UiException in org.zkoss.zul
 

Methods in org.zkoss.zul that throw UiException
 CaptchaEngine Captcha.getCaptchaEngine()
          Get the captcha engine.
 TabboxEngine Tabbox.getEngine()
          Returns the implementation tabbox engine.
 ChartEngine Chart.getEngine()
          Returns the implementation chart engine.
protected  CaptchaEngine Captcha.newCaptchaEngine()
          Instantiates the default captcha engine.
protected  ChartEngine Chart.newChartEngine()
          Instantiates the default chart engine.
protected  TabboxEngine Tabbox.newTabboxEngine()
          Instantiates the default tabbox engine.
protected  int SimpleSpinnerConstraint.parseConstraint(java.lang.String constraint)
           
protected  int SimpleDoubleSpinnerConstraint.parseConstraint(java.lang.String constraint)
           
protected  int SimpleDateConstraint.parseConstraint(java.lang.String constraint)
           
protected  int SimpleConstraint.parseConstraint(java.lang.String constraint)
          Parses a constraint into an integer value.
 

Uses of UiException in org.zkoss.zul.impl
 

Methods in org.zkoss.zul.impl that throw UiException
 void XulElement.setCtrlKeys(java.lang.String ctrlKeys)
          Sets what keystrokes to intercept.
 



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