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 void
CustomFiltersCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SAutoFilter filter, int index, SAutoFilter.FilterOp op)
static void
CustomSortCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Sheet sheet, AreaRef selection, Spreadsheet ss)
static void
DataValidationCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Validation validation, Spreadsheet ss)
static void
FormatCellCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)
static void
HeaderSizeCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, HeaderSizeCtrl.HeaderType headrType, Integer headerSize, Spreadsheet ss)
static void
InsertFormulaCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> dialogEventListener)
static void
InsertHyperlinkCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Hyperlink.HyperlinkType type, String address, String display, Spreadsheet ss)
static void
PasswordCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String hint, String caution)
static void
PasteSpecialCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, Book.BookType type, Spreadsheet ss)
static void
ProtectSheetCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SheetProtection sheetProtection)
static void
RichTextEditCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String content, Spreadsheet ss)
static void
Top10FilterCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, SAutoFilter.NFilterColumn fc)
static void
UnhideSheetCtrl. 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 Map
DialogCtrlBase. newArg(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback)
-