Class AbstractCompositeViewControl

All Implemented Interfaces:
IDynamicComponent, IHideablePanel, ILazyHideablePanel, IPostPageComponentPhaseListener, IScopedVariableComponent, ITableRowStateHolder, Serializable, EventListener, NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, PhaseListener, SystemEventListenerHolder
Direct Known Subclasses:
AbstractCompositeViewModalDialog, AttachmentsList, AttachmentsPanel, ExportTableButton, PeopleSwapBox, SearchBar

public abstract class AbstractCompositeViewControl extends BaseHideablePanel implements PhaseListener, NamingContainer, IPostPageComponentPhaseListener, IScopedVariableComponent, IDynamicComponent
This base class can be used to help expose a prototyped .view + page bean as a control. NOTE: The supplied .view file should not be binding anything to portlet preferences as the control may be used outside the scope of a specific portlet.
Since:
7.0
See Also: