public abstract class AbstractPopupPanel extends javax.faces.component.UIComponentBase implements EventsPopupsProps, EventsPopupsBeforeProps, PopupsProps, StyleProps, StyleClassProps
The <rich:popupPanel> component provides a pop-up panel or window that appears in front of the rest of the application. The <rich:popupPanel> component functions either as a modal window which blocks interaction with the rest of the application while active, or as a non-modal window. It can be positioned on the screen, dragged to a new position by the user, and re-sized.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractPopupPanel() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getControlsClass()
Assigns one or more space-separated CSS class names to the component controls
|
abstract String |
getDomElementAttachment()
Defines the DOM element, which stacking context will assimilate the popupPanel.
|
String |
getFamily() |
abstract String |
getHeader()
Assigns the header for the popupPanel.
|
abstract String |
getHeaderClass()
Assigns one or more space-separated CSS class names to the component header
|
abstract int |
getHeight()
Attribute defines height of component.
|
abstract String |
getLeft()
Attribute defines X position of component left-top corner.
|
abstract int |
getMaxHeight()
Attribute defines max height of component.
|
abstract int |
getMaxWidth()
Attribute defines max width of component.
|
abstract int |
getMinHeight()
Attribute defines min height of component.
|
abstract int |
getMinWidth()
Attribute defines min width of component.
|
abstract String |
getOnmaskclick()
Javascript code executed when a pointer button is clicked over the popupPanel mask.
|
abstract String |
getOnmaskcontextmenu()
Javascript code executed when a pointer button for context menu is clicked over the popupPanel mask.
|
abstract String |
getOnmaskdblclick()
Javascript code executed when a pointer button is double clicked over the popupPanel mask.
|
abstract String |
getOnmaskmousedown()
Javascript code executed when a pointer button is pressed down over the popupPanel mask.
|
abstract String |
getOnmaskmousemove()
Javascript code executed when a pointer button is moved within the popupPanel mask.
|
abstract String |
getOnmaskmouseout()
Javascript code executed when a pointer button is moved away from the popupPanel mask.
|
abstract String |
getOnmaskmouseover()
Javascript code executed when a pointer button is moved onto the popupPanel mask.
|
abstract String |
getOnmaskmouseup()
Javascript code executed when a pointer button is released over the popupPanel mask.
|
abstract String |
getOnmove()
The client-side script method to be called before the modal panel is moved
|
abstract String |
getOnresize()
The client-side script method to be called when the modal panel is resized
|
abstract String |
getShadowDepth()
Pop-up shadow depth for suggestion content
|
abstract String |
getShadowOpacity()
HTML CSS class attribute of element for pop-up suggestion content
|
abstract String |
getTop()
Attribute defines Y position of component left-top corner.
|
abstract String |
getVisualOptions()
Defines options that were specified on the client side
|
abstract int |
getWidth()
Attribute defines width of component.
|
abstract int |
getZindex()
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content.
|
abstract boolean |
isAutosized()
If "true" popupPanel will be auto-sized according to the content.
|
abstract boolean |
isFollowByScroll()
Defines whenever the popup will follow the scrolling of the screen.
|
abstract boolean |
isKeepVisualState()
If "true" popupPanel should save state after submission.
|
abstract boolean |
isModal()
If "true", popupPanel will be modal - it will block the main screen from any operation.
|
abstract boolean |
isMoveable()
If "true" there is possibility to move component.
|
abstract boolean |
isOverlapEmbedObjects()
If "true" popupPanel creates iframe to overlap embed objects like PDF on a page.
|
abstract boolean |
isResizeable()
If "true" there is possibility to change component size.
|
abstract boolean |
isShow()
If "true" value for this attribute makes a modal panel opened as default.
|
abstract boolean |
isTrimOverlayedElements()
Defines whether to trim or not elements inside popupPanel.
|
abstract void |
setShow(boolean show) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOnhide, getOnshow
getOnbeforehide, getOnbeforeshow
getStyle
getStyleClass
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getVisualOptions()
public abstract int getZindex()
PopupsProps
getZindex
in interface PopupsProps
public abstract int getHeight()
public abstract int getWidth()
public abstract int getMinHeight()
public abstract int getMinWidth()
public abstract int getMaxHeight()
public abstract int getMaxWidth()
public abstract String getTop()
public abstract String getLeft()
public abstract boolean isShow()
public abstract void setShow(boolean show)
public abstract boolean isMoveable()
public abstract boolean isAutosized()
public abstract boolean isModal()
public abstract boolean isKeepVisualState()
public abstract boolean isOverlapEmbedObjects()
public abstract boolean isResizeable()
public abstract boolean isTrimOverlayedElements()
public abstract String getDomElementAttachment()
public abstract String getControlsClass()
public abstract String getHeader()
public abstract String getHeaderClass()
public abstract String getShadowDepth()
public abstract String getShadowOpacity()
public abstract boolean isFollowByScroll()
public abstract String getOnmaskclick()
public abstract String getOnmaskdblclick()
public abstract String getOnmaskmousedown()
public abstract String getOnmaskmouseup()
public abstract String getOnmaskmouseover()
public abstract String getOnmaskmousemove()
public abstract String getOnmaskcontextmenu()
public abstract String getOnmaskmouseout()
public abstract String getOnresize()
public abstract String getOnmove()
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.