Uses of Class
org.zkoss.zul.Popup

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). 
org.zkoss.zul.impl.api Interfaces of ZUL components, which are the abstract layer to access a component 
 

Uses of Popup in org.zkoss.zul
 

Subclasses of Popup in org.zkoss.zul
 class Menupopup
          A container used to display menus.
 

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 (aka., 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.
 

Uses of Popup in org.zkoss.zul.impl.api
 

Methods in org.zkoss.zul.impl.api 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 (aka., 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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo