org.zkoss.zk.au.out
Class AuWrongValue

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuWrongValue

public class AuWrongValue
extends AuResponse

A response to tell the client a component's value is wrong.

data[0]: component's UUID data[1]: the error message

Since:
3.0.0
Author:
tomyeh

Constructor Summary
AuWrongValue(Component comp, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getData, getDepends, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuWrongValue

public AuWrongValue(Component comp,
                    java.lang.String message)


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