org.primefaces.component.confirmdialog
Class ConfirmDialog

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.primefaces.component.confirmdialog.ConfirmDialog
All Implemented Interfaces:
EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, RTLAware, Widget

public class ConfirmDialog
extends javax.faces.component.UIPanel
implements Widget, RTLAware


Nested Class Summary
protected static class ConfirmDialog.PropertyKeys
           
 
Field Summary
static String BUTTONPANE_CLASS
           
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String MESSAGE_CLASS
           
static String SEVERITY_ICON_CLASS
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
ConfirmDialog()
           
 
Method Summary
 String getAppendTo()
           
 String getDir()
           
 String getFamily()
           
 String getHeader()
           
 String getHeight()
           
 String getHideEffect()
           
 String getMessage()
           
 String getSeverity()
           
 String getShowEffect()
           
 String getStyle()
           
 String getStyleClass()
           
 String getWidgetVar()
           
 String getWidth()
           
 boolean isAppendToBody()
           
 boolean isClosable()
           
 boolean isCloseOnEscape()
           
 boolean isGlobal()
           
 boolean isRTL()
           
 boolean isVisible()
           
 String resolveWidgetVar()
           
 void setAppendTo(String _appendTo)
           
 void setAppendToBody(boolean _appendToBody)
           
 void setClosable(boolean _closable)
           
 void setCloseOnEscape(boolean _closeOnEscape)
           
 void setDir(String _dir)
           
 void setGlobal(boolean _global)
           
 void setHeader(String _header)
           
 void setHeight(String _height)
           
 void setHideEffect(String _hideEffect)
           
 void setMessage(String _message)
           
 void setSeverity(String _severity)
           
 void setShowEffect(String _showEffect)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setVisible(boolean _visible)
           
 void setWidgetVar(String _widgetVar)
           
 void setWidth(String _width)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
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
 
Methods inherited from class javax.faces.component.UIComponent
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

CONTAINER_CLASS

public static final String CONTAINER_CLASS
See Also:
Constant Field Values

BUTTONPANE_CLASS

public static final String BUTTONPANE_CLASS
See Also:
Constant Field Values

SEVERITY_ICON_CLASS

public static final String SEVERITY_ICON_CLASS
See Also:
Constant Field Values

MESSAGE_CLASS

public static final String MESSAGE_CLASS
See Also:
Constant Field Values
Constructor Detail

ConfirmDialog

public ConfirmDialog()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIPanel

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getMessage

public String getMessage()

setMessage

public void setMessage(String _message)

getHeader

public String getHeader()

setHeader

public void setHeader(String _header)

getSeverity

public String getSeverity()

setSeverity

public void setSeverity(String _severity)

getWidth

public String getWidth()

setWidth

public void setWidth(String _width)

getHeight

public String getHeight()

setHeight

public void setHeight(String _height)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

isClosable

public boolean isClosable()

setClosable

public void setClosable(boolean _closable)

isAppendToBody

public boolean isAppendToBody()

setAppendToBody

public void setAppendToBody(boolean _appendToBody)

getAppendTo

public String getAppendTo()

setAppendTo

public void setAppendTo(String _appendTo)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean _visible)

getShowEffect

public String getShowEffect()

setShowEffect

public void setShowEffect(String _showEffect)

getHideEffect

public String getHideEffect()

setHideEffect

public void setHideEffect(String _hideEffect)

isCloseOnEscape

public boolean isCloseOnEscape()

setCloseOnEscape

public void setCloseOnEscape(boolean _closeOnEscape)

getDir

public String getDir()

setDir

public void setDir(String _dir)

isGlobal

public boolean isGlobal()

setGlobal

public void setGlobal(boolean _global)

isRTL

public boolean isRTL()
Specified by:
isRTL in interface RTLAware

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget


Copyright © 2013. All rights reserved.