org.primefaces.component.dialog
Class Dialog

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.dialog.Dialog
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class Dialog
extends javax.faces.component.UIPanel
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder


Nested Class Summary
protected static class Dialog.PropertyKeys
           
 
Field Summary
static String CLOSE_ICON_CLASS
           
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String CONTENT_CLASS
           
static String FOOTER_CLASS
           
static String MAXIMIZE_ICON_CLASS
           
static String MINIMIZE_ICON_CLASS
           
static String TITLE_BAR_CLASS
           
static String TITLE_BAR_CLOSE_CLASS
           
static String TITLE_BAR_MAXIMIZE_CLASS
           
static String TITLE_BAR_MINIMIZE_CLASS
           
static String TITLE_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
Dialog()
           
 
Method Summary
 String getDefaultEventName()
           
 Collection<String> getEventNames()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 String getFamily()
           
 String getFooter()
           
 String getHeader()
           
 String getHeight()
           
 String getHideEffect()
           
 int getMinHeight()
           
 int getMinWidth()
           
 String getOnHide()
           
 String getOnShow()
           
 String getPosition()
           
 String getShowEffect()
           
 String getStyle()
           
 String getStyleClass()
           
 String getWidgetVar()
           
 String getWidth()
           
 void handleAttribute(String name, Object value)
           
 boolean isAppendToBody()
           
 boolean isClosable()
           
 boolean isContentLoadRequest(javax.faces.context.FacesContext context)
           
 boolean isDraggable()
           
 boolean isDynamic()
           
 boolean isMaximizable()
           
 boolean isMinimizable()
           
 boolean isModal()
           
 boolean isResizable()
           
 boolean isShowHeader()
           
 boolean isVisible()
           
 void processDecodes(javax.faces.context.FacesContext context)
           
 void processUpdates(javax.faces.context.FacesContext context)
           
 void processValidators(javax.faces.context.FacesContext context)
           
 void queueEvent(javax.faces.event.FacesEvent event)
           
 String resolveWidgetVar()
           
 void setAppendToBody(boolean _appendToBody)
           
 void setClosable(boolean _closable)
           
 void setDraggable(boolean _draggable)
           
 void setDynamic(boolean _dynamic)
           
 void setFooter(String _footer)
           
 void setHeader(String _header)
           
 void setHeight(String _height)
           
 void setHideEffect(String _hideEffect)
           
 void setMaximizable(boolean _maximizable)
           
 void setMinHeight(int _minHeight)
           
 void setMinimizable(boolean _minimizable)
           
 void setMinWidth(int _minWidth)
           
 void setModal(boolean _modal)
           
 void setOnHide(String _onHide)
           
 void setOnShow(String _onShow)
           
 void setPosition(String _position)
           
 void setResizable(boolean _resizable)
           
 void setShowEffect(String _showEffect)
           
 void setShowHeader(boolean _showHeader)
           
 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, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, 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, 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
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
 

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

TITLE_BAR_CLASS

public static final String TITLE_BAR_CLASS
See Also:
Constant Field Values

TITLE_CLASS

public static final String TITLE_CLASS
See Also:
Constant Field Values

TITLE_BAR_CLOSE_CLASS

public static final String TITLE_BAR_CLOSE_CLASS
See Also:
Constant Field Values

CLOSE_ICON_CLASS

public static final String CLOSE_ICON_CLASS
See Also:
Constant Field Values

TITLE_BAR_MINIMIZE_CLASS

public static final String TITLE_BAR_MINIMIZE_CLASS
See Also:
Constant Field Values

MINIMIZE_ICON_CLASS

public static final String MINIMIZE_ICON_CLASS
See Also:
Constant Field Values

TITLE_BAR_MAXIMIZE_CLASS

public static final String TITLE_BAR_MAXIMIZE_CLASS
See Also:
Constant Field Values

MAXIMIZE_ICON_CLASS

public static final String MAXIMIZE_ICON_CLASS
See Also:
Constant Field Values

CONTENT_CLASS

public static final String CONTENT_CLASS
See Also:
Constant Field Values

FOOTER_CLASS

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

Dialog

public Dialog()
Method Detail

getFamily

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

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getHeader

public String getHeader()

setHeader

public void setHeader(String _header)

isDraggable

public boolean isDraggable()

setDraggable

public void setDraggable(boolean _draggable)

isResizable

public boolean isResizable()

setResizable

public void setResizable(boolean _resizable)

isModal

public boolean isModal()

setModal

public void setModal(boolean _modal)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean _visible)

getWidth

public String getWidth()

setWidth

public void setWidth(String _width)

getHeight

public String getHeight()

setHeight

public void setHeight(String _height)

getMinWidth

public int getMinWidth()

setMinWidth

public void setMinWidth(int _minWidth)

getMinHeight

public int getMinHeight()

setMinHeight

public void setMinHeight(int _minHeight)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

getShowEffect

public String getShowEffect()

setShowEffect

public void setShowEffect(String _showEffect)

getHideEffect

public String getHideEffect()

setHideEffect

public void setHideEffect(String _hideEffect)

getPosition

public String getPosition()

setPosition

public void setPosition(String _position)

isClosable

public boolean isClosable()

setClosable

public void setClosable(boolean _closable)

getOnShow

public String getOnShow()

setOnShow

public void setOnShow(String _onShow)

getOnHide

public String getOnHide()

setOnHide

public void setOnHide(String _onHide)

isAppendToBody

public boolean isAppendToBody()

setAppendToBody

public void setAppendToBody(boolean _appendToBody)

isShowHeader

public boolean isShowHeader()

setShowHeader

public void setShowHeader(boolean _showHeader)

getFooter

public String getFooter()

setFooter

public void setFooter(String _footer)

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean _dynamic)

isMinimizable

public boolean isMinimizable()

setMinimizable

public void setMinimizable(boolean _minimizable)

isMaximizable

public boolean isMaximizable()

setMaximizable

public void setMaximizable(boolean _maximizable)

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

queueEvent

public void queueEvent(javax.faces.event.FacesEvent event)
Overrides:
queueEvent in class javax.faces.component.UIComponentBase

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
Overrides:
processDecodes in class javax.faces.component.UIComponentBase

processValidators

public void processValidators(javax.faces.context.FacesContext context)
Overrides:
processValidators in class javax.faces.component.UIComponentBase

processUpdates

public void processUpdates(javax.faces.context.FacesContext context)
Overrides:
processUpdates in class javax.faces.component.UIComponentBase

isContentLoadRequest

public boolean isContentLoadRequest(javax.faces.context.FacesContext context)

getFacesContext

protected javax.faces.context.FacesContext getFacesContext()
Overrides:
getFacesContext in class javax.faces.component.UIComponentBase

resolveWidgetVar

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

handleAttribute

public void handleAttribute(String name,
                            Object value)


Copyright © 2012. All Rights Reserved.