org.primefaces.component.dialog
Class Dialog
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
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, RTLAware, Widget
public class Dialog
- extends javax.faces.component.UIPanel
- implements Widget, RTLAware, javax.faces.component.behavior.ClientBehaviorHolder
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 |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, 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 |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
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
Dialog
public Dialog()
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)
getAppendTo
public String getAppendTo()
setAppendTo
public void setAppendTo(String _appendTo)
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)
isCloseOnEscape
public boolean isCloseOnEscape()
setCloseOnEscape
public void setCloseOnEscape(boolean _closeOnEscape)
getDir
public String getDir()
setDir
public void setDir(String _dir)
getFocus
public String getFocus()
setFocus
public void setFocus(String _focus)
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)
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.