public class SaveBookAsCtrl extends DlgCtrlBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ARG_NAME |
static String |
BOOK |
static String |
ON_SAVE |
callback| Constructor and Description |
|---|
SaveBookAsCtrl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zul.Window comp) |
void |
onCancel() |
void |
onSave() |
static void |
show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String name,
Book book) |
static void |
show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String name,
Book book,
String title,
String okBtnName) |
detach, newArg, postCallback, sendCallbackgetAppComp, newEntry, newMap, onAppEvent, pushAppEvent, pushAppEvent, pushAppEventpublic static final String ARG_NAME
public static final String BOOK
public static final String ON_SAVE
public static void show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback, String name, Book book)
public static void show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback, String name, Book book, String title, String okBtnName)
public void doAfterCompose(org.zkoss.zul.Window comp)
throws Exception
doAfterCompose in interface org.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>doAfterCompose in class DlgCtrlBaseExceptionpublic void onSave()
public void onCancel()
Copyright © 2020. All rights reserved.