public class PasswordCtrl extends DialogCtrlBase
DialogCtrlBase.Entry| Modifier and Type | Field and Description |
|---|---|
static String |
ARG_CAUTION |
static String |
ARG_HINT |
static String |
ARG_PASSWORD |
protected org.zkoss.zul.Label |
cautionLabel |
protected org.zkoss.zul.Label |
hintLabel |
protected org.zkoss.zul.Button |
okBtn |
protected org.zkoss.zul.Textbox |
passwordBox |
static String |
URI |
ARG_CALLBACK, callback, ON_CANCEL, ON_OK| Constructor and Description |
|---|
PasswordCtrl() |
| 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<DialogCallbackEvent> callback,
String title,
String hint,
String caution) |
detach, getFellow, getSingleSelection, getSingleSelectionIndex, newArg, newEntry, newMap, postCallback, sendCallbackpublic static String URI
public static String ARG_PASSWORD
public static String ARG_HINT
public static String ARG_CAUTION
protected org.zkoss.zul.Button okBtn
protected org.zkoss.zul.Label hintLabel
protected org.zkoss.zul.Label cautionLabel
protected org.zkoss.zul.Textbox passwordBox
public static void show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String hint, String caution)
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 DialogCtrlBaseExceptionpublic void onOK()
public void onCancel()
Copyright © 2020. All rights reserved.