Uses of Class
org.zkoss.zk.ui.WrongValueException
-
Packages that use WrongValueException Package Description org.zkoss.zk.ui org.zkoss.zk.ui.ext org.zkoss.zk.ui.sys -
-
Uses of WrongValueException in org.zkoss.zk.ui
Subclasses of WrongValueException in org.zkoss.zk.ui Modifier and Type Class Description classArithmeticWrongValueExceptionFor ArithmeticException wrong value wrapper.Methods in org.zkoss.zk.ui that return WrongValueException Modifier and Type Method Description WrongValueException[]WrongValuesException. getWrongValueExceptions()Returns all the exceptions (never null).WrongValueExceptionAbstractComponent. onWrongValue(WrongValueException ex)Notifies that anWrongValueExceptioninstance is thrown, andgetComponent()is this component.Methods in org.zkoss.zk.ui with parameters of type WrongValueException Modifier and Type Method Description WrongValueExceptionAbstractComponent. onWrongValue(WrongValueException ex)Notifies that anWrongValueExceptioninstance is thrown, andgetComponent()is this component.Methods in org.zkoss.zk.ui that throw WrongValueException Modifier and Type Method Description voidHtmlMacroComponent. setDynamicProperty(java.lang.String name, java.lang.Object value)voidHtmlNativeComponent. setDynamicProperty(java.lang.String name, java.lang.Object value)voidHtmlBasedComponent. setTabindex(int tabindex)Sets the tab order of this component.voidHtmlNativeComponent. setTag(java.lang.String tag)Sets the tag name.Constructors in org.zkoss.zk.ui with parameters of type WrongValueException Constructor Description WrongValuesException(WrongValueException[] wrongValueExs)Constructs a multiple wrong value exception. -
Uses of WrongValueException in org.zkoss.zk.ui.ext
Methods in org.zkoss.zk.ui.ext that throw WrongValueException Modifier and Type Method Description voidDynamicPropertied. setDynamicProperty(java.lang.String name, java.lang.Object value)Sets a property with the specified name and value.voidDynamicTag. setTag(java.lang.String tagname)Sets the tag name. -
Uses of WrongValueException in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return WrongValueException Modifier and Type Method Description WrongValueExceptionComponentCtrl. onWrongValue(WrongValueException ex)Notifies that anWrongValueExceptioninstance is thrown, andgetComponent()is the component causing the exception.Methods in org.zkoss.zk.ui.sys with parameters of type WrongValueException Modifier and Type Method Description WrongValueExceptionComponentCtrl. onWrongValue(WrongValueException ex)Notifies that anWrongValueExceptioninstance is thrown, andgetComponent()is the component causing the exception.
-