|
||||||||||
| 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
com.sun.rave.web.ui.component.util.event.CommandEvent
public class CommandEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CommandEvent(javax.faces.component.UIComponent component,
java.util.EventObject actionEvent)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.EventObject |
getActionEvent()
Getter for actionEvent. |
void |
setActionEvent(java.util.EventObject actionEvent)
Setter for actionEvent. |
| Methods inherited from class com.sun.rave.web.ui.component.util.event.EventObjectBase |
|---|
getUIComponent |
| 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 |
| Methods inherited from interface com.sun.rave.web.ui.component.util.event.UIComponentHolder |
|---|
getUIComponent |
| Constructor Detail |
|---|
public CommandEvent(javax.faces.component.UIComponent component,
java.util.EventObject actionEvent)
Constructor.
component - The UIComponent associated with this
EventObject.| Method Detail |
|---|
public void setActionEvent(java.util.EventObject actionEvent)
Setter for actionEvent. When a
CommandEvent is created, there is often another event
involved. This property contains that other event (if any). The
type of this event is often an ActionEvent, hence the
name of this property. However, this should not always be assumed
to be set or of type ActionEvent.
actionEvent - The EventObject to set.public java.util.EventObject getActionEvent()
Getter for actionEvent. When a
CommandEvent is created, there is often another event
involved. This property contains that other event (if any). The
type of this event is often an ActionEvent, hence the
name of this property. However, this should not always be assumed
to be set or of type ActionEvent.
EventObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||