|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
javax.faces.event.PostAddToViewEvent
javax.faces.event.PostAddToViewNonPDLEvent
public class PostAddToViewNonPDLEvent
Event class that is sent to listeners
when a component has been added to the view in a lifecycle phase
other than PhaseId#RESTORE_VIEW
. The runtime uses this event
to be notified when components are added to the view
programmatically.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PostAddToViewNonPDLEvent(UIComponent component)
Instantiate a new
|
Method Summary |
---|
Methods inherited from class javax.faces.event.PostAddToViewEvent |
---|
isAppropriateListener |
Methods inherited from class javax.faces.event.ComponentSystemEvent |
---|
getComponent |
Methods inherited from class javax.faces.event.SystemEvent |
---|
processListener |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PostAddToViewNonPDLEvent(UIComponent component)
Instantiate a new
PostAddToViewNonPDLEvent
that indicates the
argument component
was just added to the view. This
constructor is only intended to be called to represent events
that happen outside of the restore view phase.
component
- the UIComponent
that has just been
added to the view.
IllegalArgumentException
- if the argument is null
.
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.