The fundamental class for XUL elements.
org.zkoss.zul.impl.XulElement
Property
Description
Data Type
Default Value
action
Sets the label
String
null
context
Sets the ID of Popup that should appear when the user right-clicks on the element (aka., context menu).
Popup
popup
Sets the ID of Popup that should appear when the user clicks on the element.
tooltip
Sets the ID of Popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
Name
Return Data Type
getInnerAttrs()
Generates the Client-Side-Action attributes to the interior tag.
Reason: onfocus is the main use.
onfocus
getOuterAttrs()
Inherited From
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zk.ui.AbstractComponent