| |
|
| com.icesoft.faces.component.ext.HtmlPanelGroup com.icesoft.faces.component.panelpopup.PanelPopup
PanelPopup | public class PanelPopup extends HtmlPanelGroup (Code) | | PanelPopup is a JSF component class that represents an ICEfaces popup panel.
The "header" and "body" named facets represent the components responsible for
rendering the header and body of the popup panel.
The component extends the ICEfaces extended HTMLPanelGroup.
By default the component is rendered by the "com.icesoft.faces.PanelPopup"
renderer type.
author: Greg McCleary version: beta 1.0 |
Constructor Summary | |
public | PanelPopup() Creates an instance and sets renderer type to "com.icesoft.faces.PanelPopup". |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | The component type.
|
DEFAULT_RENDERER_TYPE | final public static String DEFAULT_RENDERER_TYPE(Code) | | The default renderer type.
|
PanelPopup | public PanelPopup()(Code) | | Creates an instance and sets renderer type to "com.icesoft.faces.PanelPopup".
|
getBody | public UIComponent getBody()(Code) | | the "body" facet. |
getBodyClass | public String getBodyClass()(Code) | | the bodyClass style class name. |
getHeader | public UIComponent getHeader()(Code) | | the "header" facet. |
getHeaderClass | public String getHeaderClass()(Code) | | the headerClass style class name. |
getTitle | public String getTitle()(Code) | | Return the value of the title property.
|
isModal | public boolean isModal()(Code) | | true if the component is modal. |
isRendered | public boolean isRendered()(Code) | | |
isResizable | public boolean isResizable()(Code) | | Returns true if component is resizable. This method will always return
false as the resizable functionality has not been implemented in the 1.0
version.
false |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | |
saveState | public Object saveState(FacesContext context)(Code) | | |
setModal | public void setModal(boolean modal)(Code) | | Parameters: modal - a value of true sets the component to be modal |
setResizable | public void setResizable(boolean resizable)(Code) | | Sets the resizable attribute of the component. Note: The resizable
function has not been implemented in the Beta relase.
Parameters: resizable - a value of true will set the component to be resizable |
setStyleClass | public void setStyleClass(String styleClass)(Code) | | |
setTitle | public void setTitle(String title)(Code) | | Set the value of the title property.
|
|
|
|