public class ConfirmDialog extends javax.faces.component.UIPanel implements Widget, RTLAware
Modifier and Type | Class and Description |
---|---|
static class |
ConfirmDialog.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
BUTTONPANE_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
MESSAGE_CLASS |
static String |
SEVERITY_ICON_CLASS |
Constructor and Description |
---|
ConfirmDialog() |
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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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 DEFAULT_RENDERER
public static final String CONTAINER_CLASS
public static final String BUTTONPANE_CLASS
public static final String SEVERITY_ICON_CLASS
public static final String MESSAGE_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getMessage()
public void setMessage(String _message)
public String getHeader()
public void setHeader(String _header)
public String getSeverity()
public void setSeverity(String _severity)
public String getWidth()
public void setWidth(String _width)
public String getHeight()
public void setHeight(String _height)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public boolean isClosable()
public void setClosable(boolean _closable)
public String getAppendTo()
public void setAppendTo(String _appendTo)
public boolean isVisible()
public void setVisible(boolean _visible)
public String getShowEffect()
public void setShowEffect(String _showEffect)
public String getHideEffect()
public void setHideEffect(String _hideEffect)
public boolean isCloseOnEscape()
public void setCloseOnEscape(boolean _closeOnEscape)
public String getDir()
public void setDir(String _dir)
public boolean isGlobal()
public void setGlobal(boolean _global)
public boolean isResponsive()
public void setResponsive(boolean _responsive)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.