org.apache.myfaces.custom.popup
public class HtmlPopup extends UIComponentBase
Version: $Revision: 167312 $ $Date: 2004-11-24 00:24:04 +0100 (Wed, 24 Nov 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlPopup() | |
| Method Summary | |
|---|---|
| Boolean | getClosePopupOnExitingElement() |
| Boolean | getClosePopupOnExitingPopup() |
| Integer | getDisplayAtDistanceX() |
| Integer | getDisplayAtDistanceY() |
| String | getFamily() |
| UIComponent | getPopup() |
| boolean | getRendersChildren() |
| String | getStyle() |
| String | getStyleClass() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setClosePopupOnExitingElement(Boolean closePopupOnExitingElement) |
| void | setClosePopupOnExitingPopup(Boolean closePopupOnExitingPopup) |
| void | setDisplayAtDistanceX(Integer displayAtDistanceX) |
| void | setDisplayAtDistanceY(Integer displayAtDistanceY) |
| void | setPopup(UIComponent popup) |
| void | setStyle(String style) |
| void | setStyleClass(String styleClass) |