org.zkoss.zk.au.out
Class AuOuter

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuOuter

public class AuOuter
extends AuResponse

A response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.

data[0]: the component or UUID of page to outer data[1]: the new content

Since:
5.0.0
Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
 
Constructor Summary
AuOuter(Component comp, java.lang.String content)
           
AuOuter(Page page, java.lang.String content)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuOuter

public AuOuter(Component comp,
               java.lang.String content)

AuOuter

public AuOuter(Page page,
               java.lang.String content)


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