public class ListSelectionCallback extends Object implements MessageCallback
| Constructor and Description |
|---|
ListSelectionCallback(no.esito.jvine.view.ViewModelImpl viewModel,
boolean selected,
RoleConstant role,
int rowNo,
ListRow emptyRow)
Create a new list selection callback object, will be triggered from the
framework after the user has made a reply to the message box.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionThreadPolicy |
getInteractionThreadPolicy()
Get the thread policy that is enforced by this message call back.
|
boolean |
isCanceled() |
void |
reply(Message msg)
Reply callback with a given message.
|
public ListSelectionCallback(no.esito.jvine.view.ViewModelImpl viewModel,
boolean selected,
RoleConstant role,
int rowNo,
ListRow emptyRow)
viewModel - - the view model which holds the listselected - - the selected state for the list rowrole - - the object selection role for the listrowNo - - the row in questionemptyRow - - an empty row for the list, contains a collection of all
fields in the list rowpublic void reply(Message msg)
MessageCallbackreply in interface MessageCallbackmsg - the message with a reply.public boolean isCanceled()
public InteractionThreadPolicy getInteractionThreadPolicy()
MessageCallbackgetInteractionThreadPolicy in interface MessageCallbackCopyright © 2006–2017 Esito AS. All rights reserved.