org.zkoss.zk.au
Class AuCloseErrorBox

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

Author:
tomyeh

Constructor Summary
AuCloseErrorBox(Component comp)
           
 
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

AuCloseErrorBox

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


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