org.zkoss.zk.au.out
Class AuCloseErrorBox

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

public class AuCloseErrorBox
extends AuResponse

A response to ask the client to close the error box belonging the specified component, if any.

data[0]: the component's UUID.
data[1]: the UUID of the 2nd component, if any
...

Since:
3.0.0
Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data
 
Constructor Summary
AuCloseErrorBox(Component comp)
           
AuCloseErrorBox(Component[] comps)
           
AuCloseErrorBox(java.util.List comps)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getData, getDepends, getRawData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuCloseErrorBox

public AuCloseErrorBox(java.util.List comps)
Parameters:
comps - a list of components
Since:
3.6.1

AuCloseErrorBox

public AuCloseErrorBox(Component[] comps)
Parameters:
comps - a list of components
Since:
3.6.1

AuCloseErrorBox

public AuCloseErrorBox(Component comp)
Parameters:
comp - the component whose error box, if any, shall be closed.


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.