public class PanelPopup extends HtmlPanelGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE
The component type.
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
The default renderer type.
|
RENDERER_TYPE, SCROLLABLE_STYLE, visible| Constructor and Description |
|---|
PanelPopup()
Creates an instance and sets renderer type to
"com.icesoft.faces.PanelPopup".
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(javax.faces.context.FacesContext facesContext,
org.w3c.dom.Element root) |
java.lang.String |
getAutoPosition() |
javax.faces.component.UIComponent |
getBody() |
java.lang.String |
getBodyClass() |
javax.faces.component.UIComponent |
getHeader() |
java.lang.String |
getHeaderClass() |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getTitle()
Return the value of the
title property. |
boolean |
isAutoCentre() |
boolean |
isClientOnly() |
boolean |
isDragged() |
boolean |
isModal() |
boolean |
isPositionOnLoadOnly() |
boolean |
isRendered()
Return the value of the
rendered property. |
boolean |
isResizable()
Returns true if component is resizable.
|
protected boolean |
isRunningModal() |
boolean |
isVisibilityChanged() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setAutoCentre(boolean autoCentre) |
void |
setAutoPosition(java.lang.String val) |
void |
setClientOnly(boolean clientOnly) |
void |
setDragged(boolean dragged) |
void |
setModal(boolean modal) |
void |
setPositionOnLoadOnly(boolean positionOnLoadOnly) |
void |
setResizable(boolean resizable)
Sets the resizable attribute of the component.
|
protected void |
setRunningModal(boolean runningModal) |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass) |
void |
setTitle(java.lang.String title)
Set the value of the
title property. |
broadcast, decode, getContextValue, getCurrentStyle, getDraggable, getDragListener, getDragMask, getDragOptions, getDragValue, getDropListener, getDropMask, getDropTarget, getDropTargetScrollerId, getDropValue, getEffect, getHoverclass, getMenuPopup, getOnclick, getOnclickeffect, getOndblclick, getOndblclickeffect, getOnkeydown, getOnkeydowneffect, getOnkeypress, getOnkeypresseffect, getOnkeyup, getOnkeyupeffect, getOnmousedown, getOnmousedowneffect, getOnmousemove, getOnmousemoveeffect, getOnmouseout, getOnmouseouteffect, getOnmouseover, getOnmouseovereffect, getOnmouseup, getOnmouseupeffect, getPanelTooltip, getRenderedOnUserRole, getRenderedStyle, getScrollHeight, getScrollWidth, isVisible, queueEvent, restoreSeriesState, saveSeriesState, setContextValue, setCurrentStyle, setDraggable, setDragListener, setDragMask, setDragOptions, setDragValue, setDropListener, setDropMask, setDropTarget, setDropTargetScrollerId, setDropValue, setEffect, setHoverclass, setMenuPopup, setOnclick, setOnclickeffect, setOndblclick, setOndblclickeffect, setOnkeydown, setOnkeydowneffect, setOnkeypress, setOnkeypresseffect, setOnkeyup, setOnkeyupeffect, setOnmousedown, setOnmousedowneffect, setOnmousemove, setOnmousemoveeffect, setOnmouseout, setOnmouseouteffect, setOnmouseover, setOnmouseovereffect, setOnmouseup, setOnmouseupeffect, setPanelTooltip, setRenderedOnUserRole, setRenderedStyle, setScrollHeight, setScrollWidth, setValueBinding, setVisibleaddClientBehavior, addFacesListener, clearInitialState, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
public PanelPopup()
public boolean isAutoCentre()
public void setAutoCentre(boolean autoCentre)
public boolean isClientOnly()
public void setClientOnly(boolean clientOnly)
public boolean isPositionOnLoadOnly()
public void setPositionOnLoadOnly(boolean positionOnLoadOnly)
public java.lang.String getAutoPosition()
public void setAutoPosition(java.lang.String val)
public javax.faces.component.UIComponent getHeader()
public javax.faces.component.UIComponent getBody()
public boolean isRendered()
HtmlPanelGroupReturn the value of the rendered property.
isRendered in class HtmlPanelGrouppublic java.lang.String getHeaderClass()
public java.lang.String getBodyClass()
public void setStyleClass(java.lang.String styleClass)
setStyleClass in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getStyleClass()
HtmlPanelGroupReturn the value of the styleClass property.
getStyleClass in class HtmlPanelGrouppublic java.lang.String getStyle()
HtmlPanelGroupReturn the value of the style property.
getStyle in class HtmlPanelGrouppublic void setStyle(java.lang.String style)
HtmlPanelGroupSet the value of the style property.
setStyle in class HtmlPanelGrouppublic boolean isResizable()
public void setResizable(boolean resizable)
resizable - a value of true will set the component to be resizablepublic boolean isModal()
public void setModal(boolean modal)
modal - a value of true sets the component to be modalpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
HtmlPanelGroupGets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class HtmlPanelGrouppublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
HtmlPanelGroupPerform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class HtmlPanelGrouppublic void setTitle(java.lang.String title)
Set the value of the title property.
setTitle in class HtmlPanelGrouppublic java.lang.String getTitle()
Return the value of the title property.
getTitle in class HtmlPanelGrouppublic void applyStyle(javax.faces.context.FacesContext facesContext,
org.w3c.dom.Element root)
public boolean isDragged()
public void setDragged(boolean dragged)
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic boolean isVisibilityChanged()
protected boolean isRunningModal()
protected void setRunningModal(boolean runningModal)
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.