public class HyperlinkCtrl extends DlgCtrlBase
Modifier and Type | Field and Description |
---|---|
static String |
ARG_ADDRESS |
static String |
ARG_DISPLAY |
static String |
ON_OK |
callback
Constructor and Description |
---|
HyperlinkCtrl() |
Modifier and Type | Method and Description |
---|---|
void |
doAfterCompose(org.zkoss.zul.Window comp) |
void |
onCancel() |
void |
onOk() |
static void |
show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback,
String address,
String display) |
detach, newArg, postCallback, sendCallback
getAppComp, newEntry, newMap, onAppEvent, pushAppEvent, pushAppEvent, pushAppEvent
public static final String ARG_ADDRESS
public static final String ARG_DISPLAY
public static final String ON_OK
public static void show(org.zkoss.zk.ui.event.EventListener<DlgCallbackEvent> callback, String address, String display)
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 onOk()
public void onCancel()
Copyright © 2020. All rights reserved.