|
||||||||||
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.AuSetAttribute
public class AuSetAttribute
A response to set the attribute of the specified component at the client.
data[0]: the uuid of the component
data[1]: the attribute name
data[2]: the attribute value
Field Summary |
---|
Fields inherited from class org.zkoss.zk.au.AuResponse |
---|
_cmd, _data |
Constructor Summary | |
---|---|
AuSetAttribute(Component comp,
java.lang.String attr,
java.lang.Object val)
Construct an instance for miscellanous values, such as Boolean, Integer and so on. |
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 |
---|
public AuSetAttribute(Component comp, java.lang.String attr, java.lang.Object val)
val
- the value. It could be null, String, Date,
DeferredValue
,
and any kind of objects that
the client accepts (marshaled by JSON).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |