Examples of SheetDeleteEvent


Examples of org.zkoss.zss.ui.event.SheetDeleteEvent

    }
    private void onSheetDelete(SSDataEvent event) {
      final Object[] payload = (Object[]) event.getPayload();
      final String delSheetName = (String) payload[0]; //deleted sheet name
      final String newSheetName= (String) payload[1]; //new selected sheet name
      org.zkoss.zk.ui.event.Events.postEvent(new SheetDeleteEvent(Events.ON_SHEET_DELETE, Spreadsheet.this, delSheetName, newSheetName));
    }
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.