Uses of Class
org.zkoss.zul.Popup
-
Packages that use Popup Package Description org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Popup in org.zkoss.zul
Subclasses of Popup in org.zkoss.zul Modifier and Type Class Description classConfirmpopupAn inline confirmation popup — lighter thanMessagebox, anchored to a trigger component.classMenupopupA container used to display menus.Methods in org.zkoss.zul that return Popup Modifier and Type Method Description PopupCombobutton. 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 Modifier and Type Method Description voidXulElement. 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).voidXulElement. 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.voidXulElement. setPopup(Popup popup)Sets the UUID of the popup that should appear when the user clicks on the element.voidXulElement. 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.voidXulElement. 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.voidXulElement. 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.
-