Package org.zkoss.zss.app.zul.ctrl

Examples of org.zkoss.zss.app.zul.ctrl.DesktopWorkbenchContext.fireRefresh()


      Messagebox.show("invalid sheet name");
      return;
    }
    DesktopWorkbenchContext bookContent = Zssapp.getDesktopWorkbenchContext(self);
    bookContent.getWorkbookCtrl().renameSelectedSheet(sheetName);
    bookContent.fireRefresh();
   
    _renameSheetDialog.fireOnClose(null);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.