|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
ilog.views.faces.dhtml.event.FacesViewActionEvent
public class FacesViewActionEvent
The JSF action event for views events.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FacesViewActionEvent(FacesContext context,
UIComponent component)
Creates a new IlvFacesViewActionEvent instance. |
|
| Method Summary | |
|---|---|
String[] |
getAdditionalParameters()
Returns the optional additional parameters. |
FacesContext |
getContext()
Returns the current faces context. |
Object |
getGraphicComponent()
Returns the graphic component that contains the selected object. |
Object |
getObject()
Returns the object selected on the graphic component when this action was triggered, or null if no object was
selected. |
boolean |
isAppropriateListener(FacesListener listener)
Return true if this listener is an instance
of FacesViewActionListener. |
void |
setAdditionalParameters(String[] additionalParameters)
Sets the optional additional parameters. |
void |
setGraphicComponent(Object graphicComponent)
Sets the graphic component that contains the selected object. |
void |
setObject(Object object)
Returns the object selected on the graphic component when this action was triggered. |
| Methods inherited from class javax.faces.event.ActionEvent |
|---|
processListener |
| Methods inherited from class javax.faces.event.FacesEvent |
|---|
getComponent, getPhaseId, queue, setPhaseId |
| 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 FacesViewActionEvent(FacesContext context,
UIComponent component)
IlvFacesViewActionEvent instance.
context - The current faces context.component - The event source component.| Method Detail |
|---|
public Object getGraphicComponent()
public void setGraphicComponent(Object graphicComponent)
graphicComponent - The graphic component.public Object getObject()
null if no object was
selected.
public void setObject(Object object)
object - The selected object.public String[] getAdditionalParameters()
public void setAdditionalParameters(String[] additionalParameters)
additionalParameters - public FacesContext getContext()
public boolean isAppropriateListener(FacesListener listener)
Return true if this listener is an instance
of FacesViewActionListener.
isAppropriateListener in class ActionEventlistener - The listener to evaluate
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||