org.zkoss.zk.au
Class AuFocus

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

public class AuFocus
extends AuResponse

A response to set focus to the specified component at the client.

data[0]: the uuid of the component to set focus

Author:
tomyeh

Constructor Summary
AuFocus(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

AuFocus

public AuFocus(Component comp)


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