org.zkoss.zk.au.out
Class AuScript

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

public class AuScript
extends AuResponse

A response to ask the client to execute the specified client scripts.

data[0]: the client script codes (i.e., JavaScript codes)

AuScript is rarely used, unless you want to execute a code snippet rather than a function invocation. For the function invocation, it is better to use AuInvoke instead (such as AuInvoke.AuInvoke(Component,String, Object...) and AuInvoke.AuInvoke(String, Object...)).

Since:
3.0.0
Author:
tomyeh
See Also:
AuInvoke

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_OUT_OF_SEQUENCE
 
Constructor Summary
AuScript(Component depends, java.lang.String script)
           
AuScript(java.lang.String script)
          Construsts a AuScript response that doesn't depend on any component.
 
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

AuScript

public AuScript(Component depends,
                java.lang.String script)
Parameters:
depends - the component that this script depends on. Or null if this script shall always execute.

AuScript

public AuScript(java.lang.String script)
Construsts a AuScript response that doesn't depend on any component.

Since:
6.0.0


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