public class PostValidateEvent extends ComponentSystemEvent
Constructor and Description |
---|
PostValidateEvent(UIComponent component)
|
getComponent
isAppropriateListener, processListener
getSource, toString
public PostValidateEvent(UIComponent component)
component
- the UIComponent
that is about to be
validated.IllegalArgumentException
- if the argument is null
.