public class OverlayPanel extends javax.faces.component.UIPanel implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
OverlayPanel.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTENT_CLASS |
static String |
STYLE_CLASS |
Constructor and Description |
---|
OverlayPanel() |
Modifier and Type | Method and Description |
---|---|
String |
getAt() |
String |
getFamily() |
String |
getFor() |
String |
getHideEffect() |
String |
getHideEvent() |
String |
getMy() |
String |
getOnHide() |
String |
getOnShow() |
String |
getShowEffect() |
String |
getShowEvent() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isAppendToBody() |
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 |
setAppendToBody(boolean _appendToBody) |
void |
setAt(String _at) |
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 |
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 COMPONENT_FAMILY
public static final String STYLE_CLASS
public static final String CONTENT_CLASS
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 boolean isAppendToBody()
public void setAppendToBody(boolean _appendToBody)
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 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 resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2016. All rights reserved.