public class OverlayPanel
extends javax.faces.component.UIPanel
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.overlaypanel.OverlayPanelBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTENT_CLASS |
static String |
DEFAULT_RENDERER |
static String |
STYLE_CLASS |
Constructor and Description |
---|
OverlayPanel() |
Modifier and Type | Method and Description |
---|---|
String |
getAppendTo() |
String |
getAt() |
String |
getFamily() |
String |
getFor() |
String |
getHideEffect() |
String |
getHideEvent() |
String |
getMy() |
String |
getOnHide() |
String |
getOnShow() |
int |
getShowDelay() |
String |
getShowEffect() |
String |
getShowEvent() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isBlockScroll() |
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
boolean |
isDismissable() |
boolean |
isDynamic() |
boolean |
isModal() |
boolean |
isShowCloseIcon() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
String |
resolveWidgetVar() |
void |
setAppendTo(String appendTo) |
void |
setAt(String at) |
void |
setBlockScroll(boolean blockScroll) |
void |
setDismissable(boolean dismissable) |
void |
setDynamic(boolean dynamic) |
void |
setFor(String _for) |
void |
setHideEffect(String hideEffect) |
void |
setHideEvent(String hideEvent) |
void |
setModal(boolean modal) |
void |
setMy(String my) |
void |
setOnHide(String onHide) |
void |
setOnShow(String onShow) |
void |
setShowCloseIcon(boolean showCloseIcon) |
void |
setShowDelay(int showDelay) |
void |
setShowEffect(String showEffect) |
void |
setShowEvent(String showEvent) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String STYLE_CLASS
public static final String CONTENT_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getFor()
public void setFor(String _for)
public String getShowEvent()
public void setShowEvent(String showEvent)
public String getHideEvent()
public void setHideEvent(String hideEvent)
public String getShowEffect()
public void setShowEffect(String showEffect)
public String getHideEffect()
public void setHideEffect(String hideEffect)
public String getAppendTo()
public void setAppendTo(String appendTo)
public String getOnShow()
public void setOnShow(String onShow)
public String getOnHide()
public void setOnHide(String onHide)
public String getMy()
public void setMy(String my)
public String getAt()
public void setAt(String at)
public boolean isDynamic()
public void setDynamic(boolean dynamic)
public boolean isDismissable()
public void setDismissable(boolean dismissable)
public boolean isShowCloseIcon()
public void setShowCloseIcon(boolean showCloseIcon)
public boolean isModal()
public void setModal(boolean modal)
public boolean isBlockScroll()
public void setBlockScroll(boolean blockScroll)
public int getShowDelay()
public void setShowDelay(int showDelay)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.