|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.servlet.event.ServletActionListener
ilog.views.faces.dhtml.event.FacesViewActionListener
ilog.views.faces.dhtml.event.FacesMethodBindingActionListener
public class FacesMethodBindingActionListener
An action listener that wraps a method binding.
The actionPerformed method will invoke this method binding.
This listener is designed to be registered on a IlvMenuItem.
| Constructor Summary | |
|---|---|
FacesMethodBindingActionListener(int invocationContext,
String methodRef)
Creates a new IlvFacesMethodBindingActionListener instance. |
|
FacesMethodBindingActionListener(String methodRef)
Creates a new IlvFacesMethodBindingActionListener instance. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(EventObject event)
Invokes the method bound to this listener. |
| Methods inherited from class ilog.views.faces.dhtml.event.FacesViewActionListener |
|---|
getFacesContext, getInvocationContext, processAction, setInvocationContext, translateServletAction |
| Methods inherited from class ilog.views.util.servlet.event.ServletActionListener |
|---|
getActionName, getAdditionalParameters, isUpdateAll, setActionName, setAdditionalParameters, setUpdateAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacesMethodBindingActionListener(String methodRef)
IlvFacesMethodBindingActionListener instance.
methodRef - The expression binding.
public FacesMethodBindingActionListener(int invocationContext,
String methodRef)
IlvFacesMethodBindingActionListener instance.
invocationContext - The invocation context of this action.methodRef - The expression binding.IlvDHTMLConstants.JSF_CONTEXT,
IlvDHTMLConstants.IMAGE_SERVLET_CONTEXT| Method Detail |
|---|
public void actionPerformed(EventObject event)
throws Exception
event - The event object.
Exception
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||