public class ScheduleController
extends org.carewebframework.ui.FrameworkController
| Constructor and Description |
|---|
ScheduleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zk.ui.Component comp)
Initialize the dialog.
|
void |
onClick$btnOK()
Update the scheduled notification with new input values and send to the server, then close
the dialog if successful.
|
void |
onClick$btnRecipients()
Show the recipients dialog.
|
void |
setNotificationService(NotificationService service)
Allows IOC container to inject notification service.
|
static ScheduledNotification |
show(ScheduledNotification notification)
Display the scheduled notification dialog modally.
|
abortBackgroundThread, abortBackgroundThreads, cleanup, getAppContext, getAppFramework, getController, getEventManager, hasActiveThreads, refresh, removeThread, startBackgroundThread, threadAborted, threadFinishedalert, didActivate, getPage, willClone, willPassivatedoBeforeCompose, doBeforeComposeChildren, doCatch, doFinallypublic static ScheduledNotification show(ScheduledNotification notification)
notification - The scheduled notification to be modified. Specify null to create a new
scheduled notification.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 onClick$btnOK()
public void onClick$btnRecipients()
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.