Package io.keikaiex.ui.dialog
Class PasswordCtrl
- java.lang.Object
-
- org.zkoss.zk.ui.select.SelectorComposer<org.zkoss.zul.Window>
-
- io.keikaiex.ui.dialog.impl.DialogCtrlBase
-
- io.keikaiex.ui.dialog.PasswordCtrl
-
- All Implemented Interfaces:
Serializable
,org.zkoss.zk.ui.util.ComponentActivationListener
,org.zkoss.zk.ui.util.ComponentCloneListener
,org.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>
,org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zul.Window>
public class PasswordCtrl extends DialogCtrlBase
- Author:
- RaymondChao
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
DialogCtrlBase.Entry
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
ARG_CALLBACK, callback, ON_CANCEL, ON_OK
-
-
Constructor Summary
Constructors Constructor Description PasswordCtrl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
detach, getFellow, getSingleSelection, getSingleSelectionIndex, newArg, newEntry, newMap, postCallback, sendCallback
-
-
-
-
Field Detail
-
URI
public static String URI
-
ARG_PASSWORD
public static String ARG_PASSWORD
-
ARG_HINT
public static String ARG_HINT
-
ARG_CAUTION
public static String ARG_CAUTION
-
okBtn
protected org.zkoss.zul.Button okBtn
-
hintLabel
protected org.zkoss.zul.Label hintLabel
-
cautionLabel
protected org.zkoss.zul.Label cautionLabel
-
passwordBox
protected org.zkoss.zul.Textbox passwordBox
-
-
Method Detail
-
show
public static void show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String hint, String caution)
-
doAfterCompose
public void doAfterCompose(org.zkoss.zul.Window comp) throws Exception
- Specified by:
doAfterCompose
in interfaceorg.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>
- Overrides:
doAfterCompose
in classDialogCtrlBase
- Throws:
Exception
-
onOK
public void onOK()
-
onCancel
public void onCancel()
-
-