Package org.adempiere.webui
Class WLogin
- java.lang.Object
-
- org.adempiere.webui.part.AbstractUIPart
-
- org.adempiere.webui.WLogin
-
- All Implemented Interfaces:
ISupportMask
,UIPart
public class WLogin extends AbstractUIPart
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass, Low Heng Sin
-
-
Field Summary
-
Fields inherited from class org.adempiere.webui.part.AbstractUIPart
page, showMaskWrapper
-
Fields inherited from interface org.adempiere.webui.ISupportMask
READY_SHOW_MASK_FLAG
-
-
Constructor Summary
Constructors Constructor Description WLogin(IWebClient app)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeRole(Locale locale, Properties properties)
Show change role windowvoid
detach()
protected org.zkoss.zk.ui.Component
doCreatePart(org.zkoss.zk.ui.Component parent)
org.zkoss.zk.ui.Component
getComponent()
-
Methods inherited from class org.adempiere.webui.part.AbstractUIPart
createPart, getMaskComponent, getMaskObj, hideMask, showMask
-
-
-
-
Constructor Detail
-
WLogin
public WLogin(IWebClient app)
-
-
Method Detail
-
doCreatePart
protected org.zkoss.zk.ui.Component doCreatePart(org.zkoss.zk.ui.Component parent)
- Specified by:
doCreatePart
in classAbstractUIPart
-
detach
public void detach()
-
getComponent
public org.zkoss.zk.ui.Component getComponent()
-
changeRole
public void changeRole(Locale locale, Properties properties)
Show change role window- Parameters:
locale
-properties
- env context
-
-