|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.faces.event.SystemEvent javax.faces.event.ComponentSystemEvent
public abstract class ComponentSystemEvent
ComponentSystemEvent is
the base class for SystemEvent
s that are specific to a UIComponent
instance.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ComponentSystemEvent(UIComponent component)
Pass the argument
|
Method Summary | |
---|---|
UIComponent |
getComponent()
the source |
Methods inherited from class javax.faces.event.SystemEvent |
---|
isAppropriateListener, 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 ComponentSystemEvent(UIComponent component)
Pass the argument
component
to the superclass constructor.
component
- the UIComponent
reference to be
passed to the superclass constructor.
IllegalArgumentException
- if the argument is null
.Method Detail |
---|
public UIComponent getComponent()
the source UIComponent
that sent this event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |