public class RecipientsController
extends org.carewebframework.ui.FrameworkController
| Constructor and Description |
|---|
RecipientsController() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zk.ui.Component comp)
Retrieve passed arguments.
|
void |
onChanging$txtGroups(org.zkoss.zk.ui.event.InputEvent event)
Perform mail group search based in text input.
|
void |
onChanging$txtUsers(org.zkoss.zk.ui.event.InputEvent event)
Perform user search based in text input.
|
void |
onClick$btnAdd()
Add a recipient from the active candidate list.
|
void |
onClick$btnOK()
Update the original recipient list, set the response attribute, and close the dialog
|
void |
onClick$btnRemove()
Remove a recipient from the current recipient list.
|
void |
onClick$btnRemoveAll()
Remove all recipients from the current recipient list.
|
void |
onFocus$lstGroups()
Set the active candidate list as the input focus changes.
|
void |
onFocus$lstUsers()
Set the active candidate list as the input focus changes.
|
void |
onFocus$txtGroups()
Set the active candidate list as the input focus changes.
|
void |
onFocus$txtUsers()
Set the active candidate list as the input focus changes.
|
void |
onSelect$lstGroups()
Update controllers when list box selection changes.
|
void |
onSelect$lstRecipients()
Update controllers when list box selection changes.
|
void |
onSelect$lstUsers()
Update controllers when list box selection changes.
|
void |
setNotificationService(NotificationService service)
Allows IOC container to inject notification service.
|
protected static boolean |
show(Collection<Recipient> recipients)
Display the dialog modally, hiding the comment input element.
|
protected static String |
showWithComment(Collection<Recipient> recipients)
Display the dialog modally, showing the comment input element.
|
abortBackgroundThread, abortBackgroundThreads, cleanup, getAppContext, getAppFramework, getController, getEventManager, hasActiveThreads, refresh, removeThread, startBackgroundThread, threadAborted, threadFinishedalert, didActivate, getPage, willClone, willPassivatedoBeforeCompose, doBeforeComposeChildren, doCatch, doFinallyprotected static boolean show(Collection<Recipient> recipients)
recipients - Recipient list to update.protected static String showWithComment(Collection<Recipient> recipients)
recipients - Recipient list to update.public void doAfterCompose(org.zkoss.zk.ui.Component comp)
throws Exception
doAfterCompose in interface org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>doAfterCompose in class org.carewebframework.ui.FrameworkControllerExceptionpublic void setNotificationService(NotificationService service)
service - Notification service.public void onSelect$lstUsers()
public void onSelect$lstGroups()
public void onSelect$lstRecipients()
public void onFocus$lstUsers()
public void onFocus$lstGroups()
public void onFocus$txtUsers()
public void onFocus$txtGroups()
public void onChanging$txtUsers(org.zkoss.zk.ui.event.InputEvent event)
event - The onChanging event.public void onChanging$txtGroups(org.zkoss.zk.ui.event.InputEvent event)
event - The onChanging event.public void onClick$btnAdd()
public void onClick$btnRemove()
public void onClick$btnRemoveAll()
public void onClick$btnOK()
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.