|
||||||||||
| PREV CLASS 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
ilog.views.faces.dhtml.event.FacesMenuActionEvent
public class FacesMenuActionEvent
A view action event triggered by a menu component.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FacesMenuActionEvent(FacesContext context,
UIComponent component)
Creates a new IlvFacesMenuActionEvent instance. |
|
| Method Summary | |
|---|---|
IlvMenuItem |
getSelectedMenuItem()
Returns the model menu item selected. |
boolean |
isAppropriateListener(FacesListener listener)
Always return Return true . |
void |
processListener(FacesListener listener)
Broadcast this event to the specified listener, by whatever mechanism is appropriate. |
void |
setSelectedMenuItem(IlvMenuItem selectedMenuItem)
Sets the selected menu item. |
| Methods inherited from class ilog.views.faces.dhtml.event.FacesViewActionEvent |
|---|
getAdditionalParameters, getContext, getGraphicComponent, getObject, setAdditionalParameters, setGraphicComponent, setObject |
| 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 FacesMenuActionEvent(FacesContext context,
UIComponent component)
IlvFacesMenuActionEvent instance.
context - The faces context.component - The source of the event.| Method Detail |
|---|
public IlvMenuItem getSelectedMenuItem()
public void setSelectedMenuItem(IlvMenuItem selectedMenuItem)
selectedMenuItem - The menu item.public boolean isAppropriateListener(FacesListener listener)
Always return Return true .
isAppropriateListener in class FacesViewActionEventlistener - The listener to evaluatepublic void processListener(FacesListener listener)
Broadcast this event to the specified listener, by whatever mechanism is appropriate. Typically, this will be accomplished by calling an event processing method, and passing this event as a parameter.
processListener in class ActionEventlistener - The listener to send this event to.
AbortProcessingException - Signal the JavaServer Faces
implementation that no further processing on the current event
should be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||