public class SchedulingController
extends org.carewebframework.ui.FrameworkController
| Constructor and Description |
|---|
SchedulingController() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zk.ui.Component comp)
Initialize the dialog.
|
void |
doBeforeComposeChildren(org.zkoss.zk.ui.Component comp) |
void |
onClick$btnAdd()
Adds a new scheduled notification.
|
void |
onClick$btnDelete()
Delete the selected scheduled notification.
|
void |
onClick$btnModify()
Modifies an existing scheduled notification.
|
void |
onClick$btnRefresh()
Refreshes the list.
|
void |
onClose()
Unsubscribe on dialog closure.
|
void |
onSelect$lstScheduled()
Update controls when the selection changes.
|
void |
refresh()
Refresh the display.
|
void |
setNotificationService(NotificationService service)
Allows IOC container to inject notification service.
|
static void |
show()
Displays the scheduling controller modally.
|
abortBackgroundThread, abortBackgroundThreads, cleanup, getAppContext, getAppFramework, getController, getEventManager, hasActiveThreads, removeThread, startBackgroundThread, threadAborted, threadFinishedalert, didActivate, getPage, willClone, willPassivatedoBeforeCompose, doCatch, doFinallypublic static void show()
public void onClick$btnAdd()
public void onClick$btnModify()
public void onClick$btnRefresh()
public void onSelect$lstScheduled()
public void onClick$btnDelete()
public void doBeforeComposeChildren(org.zkoss.zk.ui.Component comp)
throws Exception
doBeforeComposeChildren in interface org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>doBeforeComposeChildren in class org.zkoss.zk.ui.util.GenericComposer<org.zkoss.zk.ui.Component>Exceptionpublic 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 refresh()
refresh in class org.carewebframework.ui.FrameworkControllerpublic void onClose()
public void setNotificationService(NotificationService service)
service - Notification service.Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.