|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
String getCursor()
cursor to be displayed when using this interactor.
cursor of the interactor.String getMessage()
message displayed by the message box attached to the view (if
any) to which this interactor is attached.
message for this interactor.void setCursor(String cursor)
cursor to be displayed when using this interactor.
The valid values are the ones supported by the target browsers.
cursor - The cursor to set.void setMessage(String message)
message displayed when using this interactor. The message will
be displayed in the message box attached to the view, if any.
message - The message displayed when using this interactor.void setMenuModelId(String modelId)
modelId - The model ID of this interactor.String getMenuModelId()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||