|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.faces.dhtml.servlet.IlvFacesSelectRectActionListener
public class IlvFacesSelectRectActionListener
This server action is executed out of the JSF lifecycle, in the image generating servlet.
Its purpose is to translate this action event into a JSF valueChangeEvent and to invoke
the value change listener passed as parameter with this translated event.
IlvFacesObjectSelectRectInteractor| Field Summary | |
|---|---|
static String |
ACTION_NAME
The action name used to identify the rectangle select actions. |
| Constructor Summary | |
|---|---|
IlvFacesSelectRectActionListener()
Creates a new IlvFacesSelectRectActionListener instance. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the action requested from the client side. |
protected IlvFacesView |
createFakeView()
Returns the fake JSF view component used in the fake value change event. |
protected IlvFacesObjectSelectedRectFinder |
createFinder()
Returns the object finder that will be used to retrieve the selected object. |
protected FacesContext |
getFacesContext(javax.servlet.http.HttpServletRequest request)
Returns the faces context that will be used to resolve the value change listener method binding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ACTION_NAME
| Constructor Detail |
|---|
public IlvFacesSelectRectActionListener()
IlvFacesSelectRectActionListener instance.
| Method Detail |
|---|
public void actionPerformed(ServerActionEvent event)
throws javax.servlet.ServletException
actionPerformed in interface ServerActionListenerevent - The server action event.
javax.servlet.ServletExceptionprotected IlvFacesObjectSelectedRectFinder createFinder()
IlvFacesObjectSelectedRectFinder instance.
protected IlvFacesView createFakeView()
protected FacesContext getFacesContext(javax.servlet.http.HttpServletRequest request)
request - The servlet request.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||