Package org.zkoss.zss.ui.impl

Examples of org.zkoss.zss.ui.impl.JSONObj


   * click a outside button or menu item.
   */
  public void focus() {
    // retrieve focus should work when spreadsheet init or after invalidate.
    // so I use response to implement it.
    JSONObj result = new JSONObj();
    result.setData("type", "retrive");
   
    /**
     * rename zssfocus -> doRetrieveFocusCmd
     */
    response("retrieveFocus" + this.getUuid(), new AuRetrieveFocus(this, result.toString()));
  }
View Full Code Here

TOP

Related Classes of org.zkoss.zss.ui.impl.JSONObj

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.