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.setPopup(Popup popup)
Sets the UUID of the popup that should appear
when the user clicks on the element.
|
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.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.