|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Popup | |
---|---|
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). |
Uses of Popup in org.zkoss.zul |
---|
Subclasses of Popup in org.zkoss.zul | |
---|---|
class |
Menupopup
A container used to display menus. |
Methods in org.zkoss.zul that return Popup | |
---|---|
Popup |
Combobutton.getDropdown()
Returns the dropdown window belonging to this combo button. |
Uses of Popup in org.zkoss.zul.impl |
---|
Methods in org.zkoss.zul.impl with parameters of type Popup | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |