public class Dialog extends DialogBase
DialogBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
static String |
ARIA_CLOSE |
static String |
CLOSE_ICON_CLASS |
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 |
COMPONENT_FAMILY, DEFAULT_RENDERER
Constructor and Description |
---|
Dialog() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
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) |
getAppendTo, getDir, getFamily, getFocus, getFooter, getHeader, getHeight, getHideEffect, getMinHeight, getMinWidth, getMy, getOnHide, getOnShow, getPosition, getPositionType, getShowEffect, getStyle, getStyleClass, getWidgetVar, getWidth, isBlockScroll, isClosable, isCloseOnEscape, isDraggable, isDynamic, isFitViewport, isMaximizable, isMinimizable, isModal, isResizable, isResponsive, isShowHeader, isVisible, setAppendTo, setBlockScroll, setClosable, setCloseOnEscape, setDir, setDraggable, setDynamic, setFitViewport, setFocus, setFooter, setHeader, setHeight, setHideEffect, setMaximizable, setMinHeight, setMinimizable, setMinWidth, setModal, setMy, setOnHide, setOnShow, setPosition, setPositionType, setResizable, setResponsive, setShowEffect, setShowHeader, setStyle, setStyleClass, setVisible, setWidgetVar, setWidth
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String TITLE_BAR_CLASS
public static final String TITLE_CLASS
public static final String TITLE_BAR_CLOSE_CLASS
public static final String CLOSE_ICON_CLASS
public static final String TITLE_BAR_MINIMIZE_CLASS
public static final String MINIMIZE_ICON_CLASS
public static final String TITLE_BAR_MAXIMIZE_CLASS
public static final String MAXIMIZE_ICON_CLASS
public static final String CONTENT_CLASS
public static final String FOOTER_CLASS
public static final String ARIA_CLOSE
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public boolean isContentLoadRequest(javax.faces.context.FacesContext context)
Copyright © 2020. All rights reserved.