|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.sun.rave.web.ui.component.util.event.EventObjectBase
public class EventObjectBase
This class serves as the base class for EventObjects in
this package.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
protected |
EventObjectBase(javax.faces.component.UIComponent component)
This constructor is protected to avoid direct instantiation, one of the sub-classes of this class should be used instead. |
| Method Summary | |
|---|---|
javax.faces.component.UIComponent |
getUIComponent()
This method returns the UIComponent held by the
Object implementing this interface. |
| 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 |
|---|
protected EventObjectBase(javax.faces.component.UIComponent component)
This constructor is protected to avoid direct instantiation, one of the sub-classes of this class should be used instead.
component - The UIComponent associated with this
EventObject.| Method Detail |
|---|
public javax.faces.component.UIComponent getUIComponent()
This method returns the UIComponent held by the
Object implementing this interface.
getUIComponent in interface UIComponentHolderUIComponent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||