Event Name |
Components/Description |
---|---|
onClick |
button caption column div groupbox image imagemap label listcell listfooter listheader menuitem tab tabpanel toolbar toolbarbutton treecell treecol window Event: org.zkoss.zk.ui.event.MouseEvent Denotes user has clicked the component. |
onRightClick |
button caption checkbox column div groupbox image imagemap label listcell listfooter listheader listitem radio slider tab tabbox tabpanel toolbar toolbarbutton treecell treecol treeitem window Event: org.zkoss.zk.ui.event.MouseEvent Denotes user has right-clicked the component. |
onDoubleClick |
button caption checkbox column div groupbox image label listcell listfooter listheader listitem tab tabpanel toolbar treecell treecol treerow window Event: org.zkoss.zk.ui.event.MouseEvent Denotes user has double-clicked the component. |