public class ConfirmDialog
extends javax.faces.component.UIPanel
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.confirmdialog.ConfirmDialogBase.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 CONTAINER_CLASS
public static final String BUTTONPANE_CLASS
public static final String SEVERITY_ICON_CLASS
public static final String MESSAGE_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 © 2019. All rights reserved.