|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Menupopup | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.api | Interfaces of zul components, which are the abstract layer to access a ZUL component |
Uses of Menupopup in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Menupopup | |
---|---|
class |
Menupopup
A container used to display menus. |
Methods in org.zkoss.zul that return Menupopup | |
---|---|
Menupopup |
Menu.getMenupopupApi()
Returns the Menupopup it owns, or null if not available. |
Methods in org.zkoss.zul with parameters of type Menupopup | |
---|---|
void |
Columns.setPopupApi(Menupopup mpopApi)
Deprecated. As of release 5.0.0, replaced with XulElement.setPopup(Popup) . |
Uses of Menupopup in org.zkoss.zul.api |
---|
Methods in org.zkoss.zul.api that return Menupopup | |
---|---|
Menupopup |
Menu.getMenupopupApi()
Returns the Menupopup it owns, or null if not available. |
Methods in org.zkoss.zul.api with parameters of type Menupopup | |
---|---|
void |
Columns.setPopupApi(Menupopup mpop)
Deprecated. As of release 5.0.0, replaced with XulElement.setPopup(Popup) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |