ilog.views.faces.interactor
Interface IlvFacesInteractor

All Known Implementing Classes:
IlvDragRectInteractor, IlvFacesDiagrammerSelectInteractor, IlvFacesMapInteractor, IlvFacesMapRectInteractor, IlvFacesNodeOrLinkSelectInteractor, IlvFacesNodeOrLinkSelectRectInteractor, IlvFacesObjectSelectInteractor, IlvFacesObjectSelectRectInteractor, IlvFacesPanInteractor, IlvFacesSelectInteractor, IlvFacesZoomInteractor, IlvInteractor, IlvObjectSelectInteractor, IlvObjectSelectRectInteractor

public interface IlvFacesInteractor

This interface defines an interactor that should be set on a faces view to let the user interact on the view.
The default implementation is the IlvInteractor class.

Since:
JViews 6.5

Method Summary
 String getCursor()
          Returns the mouse cursor to be displayed when using this interactor.
 String getMenuModelId()
          Returns the model ID used in menu generation.
 String getMessage()
          Returns the message displayed by the message box attached to the view (if any) to which this interactor is attached.
 void setCursor(String cursor)
          Sets the mouse cursor to be displayed when using this interactor.
 void setMenuModelId(String modelId)
          Sets the model ID used in menu generation.
 void setMessage(String message)
          Sets the message displayed when using this interactor.
 

Method Detail

getCursor

String getCursor()
Returns the mouse cursor to be displayed when using this interactor.

Returns:
The cursor of the interactor.

getMessage

String getMessage()
Returns the message displayed by the message box attached to the view (if any) to which this interactor is attached.

Returns:
The message for this interactor.

setCursor

void setCursor(String cursor)
Sets the mouse cursor to be displayed when using this interactor. The valid values are the ones supported by the target browsers.

Parameters:
cursor - The cursor to set.

setMessage

void setMessage(String message)
Sets the message displayed when using this interactor. The message will be displayed in the message box attached to the view, if any.

Parameters:
message - The message displayed when using this interactor.

setMenuModelId

void setMenuModelId(String modelId)
Sets the model ID used in menu generation.

Parameters:
modelId - The model ID of this interactor.
Since:
JViews 7.5

getMenuModelId

String getMenuModelId()
Returns the model ID used in menu generation.

Returns:
The menu model ID of this interactor.
Since:
JViews 7.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.