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

Packages that use WrongValueException
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.ext Additional Interfaces that might be implemented by special components, such as AfterCompose
org.zkoss.zk.ui.ext.client Additional Interfaces that might be implemented by the returned object of getExtraCtrl(). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of WrongValueException in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return WrongValueException
 WrongValueException AbstractComponent.onWrongValue(WrongValueException ex)
          Notifies that an WrongValueException instance is thrown, and getComponent() is this component.
 

Methods in org.zkoss.zk.ui with parameters of type WrongValueException
 WrongValueException AbstractComponent.onWrongValue(WrongValueException ex)
          Notifies that an WrongValueException instance is thrown, and getComponent() is this component.
 

Methods in org.zkoss.zk.ui that throw WrongValueException
 void HtmlNativeComponent.setDynamicProperty(java.lang.String name, java.lang.Object value)
           
 void HtmlMacroComponent.setDynamicProperty(java.lang.String name, java.lang.Object value)
           
 void HtmlNativeComponent.setTag(java.lang.String tag)
          Sets the tag name.
 

Uses of WrongValueException in org.zkoss.zk.ui.ext
 

Methods in org.zkoss.zk.ui.ext that throw WrongValueException
 void DynamicPropertied.setDynamicProperty(java.lang.String name, java.lang.Object value)
          Sets an attribute with a value.
 void DynamicTag.setTag(java.lang.String tagname)
          Sets the tag name.
 

Uses of WrongValueException in org.zkoss.zk.ui.ext.client
 

Methods in org.zkoss.zk.ui.ext.client that throw WrongValueException
 void Inputable.setTextByClient(java.lang.String value)
          Sets the value in string (aka., text) by the client.
 

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

Methods in org.zkoss.zk.ui.sys that return WrongValueException
 WrongValueException ComponentCtrl.onWrongValue(WrongValueException ex)
          Notifies that an WrongValueException instance is thrown, and getComponent() is this component.
 

Methods in org.zkoss.zk.ui.sys with parameters of type WrongValueException
 WrongValueException ComponentCtrl.onWrongValue(WrongValueException ex)
          Notifies that an WrongValueException instance is thrown, and getComponent() is this component.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.