Class AbstractCompositeViewModalDialog

All Implemented Interfaces:
IDynamicComponent, IHideablePanel, ILazyHideablePanel, IPostPageComponentPhaseListener, IScopedVariableComponent, ITableRowStateHolder, Serializable, EventListener, NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, PhaseListener, SystemEventListenerHolder
Direct Known Subclasses:
PeoplePickerDialog, PersonCalendarDialog, PersonProfileDialog, PrincipalPickerModalDialog, ResourcePickerModalDialog

public abstract class AbstractCompositeViewModalDialog extends AbstractCompositeViewControl
AbstractCompositeView implementation for a .view that contains only a modal dialog. The modal dialog is dug out of the view and the data is copied into this component. NOTE: much of this is a duplication of code from the ModalDialog class
Since:
7.0
See Also: