org.zkoss.zk.au
Class AuResizeTo

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

public class AuResizeTo
extends AuResponse

A response to ask the client to resize the desktop (aka., the browser window) to specified size (in pixel).

data[0]: x
data[1]: y

Author:
tomyeh

Constructor Summary
AuResizeTo(int x, int y)
           
 
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

AuResizeTo

public AuResizeTo(int x,
                  int y)


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