public class UsernameCtrl extends DlgCtrlBase
Modifier and Type | Field and Description |
---|---|
static String |
ARG_NAME |
static String |
MESSAGE |
static String |
ON_USERNAME_CHANGE |
callback
Constructor and Description |
---|
UsernameCtrl() |
Modifier and Type | Method and Description |
---|---|
void |
doAfterCompose(org.zkoss.zul.Window comp) |
void |
onSave() |
static void |
show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String username,
String message) |
detach, newArg, postCallback, sendCallback
getAppComp, newEntry, newMap, onAppEvent, pushAppEvent, pushAppEvent, pushAppEvent
public static final String ARG_NAME
public static final String MESSAGE
public static final String ON_USERNAME_CHANGE
public static void show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback, String username, String message)
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 DlgCtrlBase
Exception
public void onSave()
Copyright © 2020. All rights reserved.