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

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data
 
Constructor Summary
AuWrongValue(Component comp, java.lang.String message)
           
AuWrongValue(java.lang.String[] data)
          Constructor for multiple wrong values.
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getRawData, 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)

AuWrongValue

public AuWrongValue(java.lang.String[] data)
Constructor for multiple wrong values.

Parameters:
data - a string array, the data in the array shall be ["uuid1", "message1", "uuid2", "message2"...]
Since:
3.6.0


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