Package org.adempiere.webui.panel
Class UserPanel
- java.lang.Object
-
- org.adempiere.webui.panel.UserPanel
-
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
,org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>
public class UserPanel extends Object implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass
-
-
Field Summary
Fields Modifier and Type Field Description protected org.zkoss.zul.impl.LabelImageElement
changeRole
protected org.zkoss.zk.ui.Component
component
protected Properties
ctx
protected org.zkoss.zul.impl.LabelImageElement
feedback
protected Menupopup
feedbackMenu
protected Label
lblUserNameValue
protected org.zkoss.zul.impl.LabelImageElement
logout
protected org.zkoss.zul.impl.LabelImageElement
preference
protected WPreference
preferencePopup
protected org.zkoss.zk.ui.Component
userPanelLinksContainer
-
Constructor Summary
Constructors Constructor Description UserPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAfterCompose(org.zkoss.zk.ui.Component comp)
protected void
onCreate()
void
onEvent(org.zkoss.zk.ui.event.Event event)
protected void
openMobileUserPanelPopup()
-
-
-
Field Detail
-
ctx
protected Properties ctx
-
logout
protected org.zkoss.zul.impl.LabelImageElement logout
-
changeRole
protected org.zkoss.zul.impl.LabelImageElement changeRole
-
preference
protected org.zkoss.zul.impl.LabelImageElement preference
-
feedback
protected org.zkoss.zul.impl.LabelImageElement feedback
-
lblUserNameValue
protected Label lblUserNameValue
-
preferencePopup
protected WPreference preferencePopup
-
feedbackMenu
protected Menupopup feedbackMenu
-
component
protected org.zkoss.zk.ui.Component component
-
userPanelLinksContainer
protected org.zkoss.zk.ui.Component userPanelLinksContainer
-
-
Method Detail
-
onCreate
protected void onCreate()
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event) throws Exception
- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Throws:
Exception
-
openMobileUserPanelPopup
protected void openMobileUserPanelPopup()
-
-