org.zkoss.zk.au
Class AuReplace
java.lang.Object
org.zkoss.zk.au.AuResponse
org.zkoss.zk.au.AuReplace
public class AuReplace
- extends AuResponse
A response to ask client to replaces the content of the specified
component.
data[0]: the uuid of the component to replace
data[1]: the new content
- Author:
- tomyeh
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuReplace
public AuReplace(Component comp,
java.lang.String content)
AuReplace
public AuReplace(Page page,
java.lang.String content)
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.