Uses of Class
io.keikaiex.ui.dialog.impl.DialogCallbackEvent
-
Packages that use DialogCallbackEvent Package Description io.keikaiex.ui.dialog io.keikaiex.ui.dialog.impl -
-
Uses of DialogCallbackEvent in io.keikaiex.ui.dialog
Method parameters in io.keikaiex.ui.dialog with type arguments of type DialogCallbackEvent Modifier and Type Method Description static voidCustomFiltersCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SAutoFilter filter, int index, SAutoFilter.FilterOp op)static voidCustomSortCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Sheet sheet, AreaRef selection, Spreadsheet ss)static voidDataValidationCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Validation validation, Spreadsheet ss)static voidFormatCellCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)static voidHeaderSizeCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, HeaderSizeCtrl.HeaderType headrType, Integer headerSize, Spreadsheet ss)static voidInsertFormulaCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> dialogEventListener)static voidInsertHyperlinkCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Hyperlink.HyperlinkType type, String address, String display, Spreadsheet ss)static voidPasswordCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String hint, String caution)static voidPasteSpecialCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)static voidProtectSheetCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SheetProtection sheetProtection)static voidRichTextEditCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String content, Spreadsheet ss)static voidTop10FilterCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SAutoFilter.NFilterColumn fc)static voidUnhideSheetCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, List<String> names) -
Uses of DialogCallbackEvent in io.keikaiex.ui.dialog.impl
Method parameters in io.keikaiex.ui.dialog.impl with type arguments of type DialogCallbackEvent Modifier and Type Method Description static MapDialogCtrlBase. newArg(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback)
-