org.zkoss.zk.au
Class AuRemoveAttribute

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.AuRemoveAttribute

public class AuRemoveAttribute
extends AuResponse

A resonse to remove the attribute of the specified component at the client.

data[0]: the uuid of the component
data[1]: the attribute name

Author:
tomyeh

Constructor Summary
AuRemoveAttribute(Component comp, java.lang.String attr)
           
 
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

AuRemoveAttribute

public AuRemoveAttribute(Component comp,
                         java.lang.String attr)


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