org.zkoss.zk.au.out
Class AuOuter
java.lang.Object
org.zkoss.zk.au.AuResponse
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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.