javax.faces.event
Class PostValidateEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
javax.faces.event.PostValidateEvent
- All Implemented Interfaces:
- Serializable
public class PostValidateEvent
- extends ComponentSystemEvent
- Since:
- 2.0
- See Also:
- Serialized Form
PostValidateEvent
public PostValidateEvent(UIComponent component)
-
- Parameters:
component
- the UIComponent
that is about to be
validated.
- Throws:
IllegalArgumentException
- if the argument is null
.
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.