Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
org.zkoss.zul.impl |
Classes used to implement ZUL Component Set (implementation only).
|
Modifier and Type | Class and Description |
---|---|
class |
Menupopup
A container used to display menus.
|
Modifier and Type | Method and Description |
---|---|
Popup |
Combobutton.getDropdown()
Returns the dropdown window belonging to this combo button.
|
Modifier and Type | Method and Description |
---|---|
void |
XulElement.setContext(Popup popup)
Sets the UUID of the popup that should appear
when the user right-clicks on the element (a.k.a., context menu).
|
void |
XulElement.setContextAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.String type)
Sets the Attributes for the Context Popup
Note that position will be ignored if coordinates are set.
|
void |
XulElement.setPopup(Popup popup)
Sets the UUID of the popup that should appear
when the user clicks on the element.
|
void |
XulElement.setPopupAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.String type)
Sets the Attributes for the Popup
Note that position will be ignored if coordinates are set.
|
void |
XulElement.setTooltip(Popup popup)
Sets the UUID of the popup that should be used
as a tooltip window when the mouse hovers over the element for a moment.
|
void |
XulElement.setTooltipAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.Integer delay)
Sets the Attributes for the Tooltip Popup
Note that position will be ignored if coordinates are set.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.