org.zkoss.zk.au
Class AuReplace

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by 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

Constructor Summary
AuReplace(Component comp, java.lang.String content)
           
AuReplace(Page page, java.lang.String content)
           
 
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

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.