org.zkoss.zk.au
Class AuBookmark

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

public class AuBookmark
extends AuResponse

A response to ask the client to bookmark the desktop.

data[0]: the name of the bookmark.

Author:
tomyeh

Constructor Summary
AuBookmark(java.lang.String name)
           
 
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

AuBookmark

public AuBookmark(java.lang.String name)
Parameters:
name - the bookmark name.


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