|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.au.AuResponse
org.zkoss.zk.au.out.AuWrongValue
public class AuWrongValue
A response to tell the client a component's value is wrong.
data[0]: component's UUID data[1]: the error message
| 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, getData, getDepends, getRawData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuWrongValue(Component comp,
java.lang.String message)
public AuWrongValue(java.lang.String[] data)
data - a string array, the data in the array shall be
["uuid1", "message1", "uuid2", "message2"...]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||