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>
- Author:
- RaymondChao
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
DialogCtrlBase.EntryNested classes/interfaces inherited from class org.zkoss.zk.ui.select.SelectorComposer
org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler, org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringprotected org.zkoss.zul.Labelprotected org.zkoss.zul.Labelprotected org.zkoss.zul.Buttonprotected org.zkoss.zul.Textboxstatic StringFields inherited from class io.keikaiex.ui.dialog.impl.DialogCtrlBase
ARG_CALLBACK, callback, ON_CANCEL, ON_OKFields inherited from class org.zkoss.zk.ui.select.SelectorComposer
_resolvers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAfterCompose(org.zkoss.zul.Window comp) voidonCancel()voidonOK()static voidshow(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, sendCallbackMethods inherited from class org.zkoss.zk.ui.select.SelectorComposer
alert, didActivate, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, getPage, getSelf, getUtilityHandler, willClone, willPassivate
-
Field Details
-
URI
-
ARG_PASSWORD
-
ARG_HINT
-
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
-
-
Constructor Details
-
PasswordCtrl
public PasswordCtrl()
-
-
Method Details
-
show
public static void show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String hint, String caution) -
doAfterCompose
- Specified by:
doAfterComposein interfaceorg.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>- Overrides:
doAfterComposein classDialogCtrlBase- Throws:
Exception
-
onOK
public void onOK() -
onCancel
public void onCancel()
-