public interface IlvFacesInteractor
IlvInteractor
class.Modifier and Type | Method and Description |
---|---|
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. |
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()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.