public class CareWebUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
about()
Displays the About dialog.
|
static void |
associateCSH(org.zkoss.zul.impl.XulElement component,
HelpContext context)
Associates help context with a component.
|
static void |
associateCSH(org.zkoss.zul.impl.XulElement component,
String module,
String topic,
String label)
Associates help context with a component.
|
static CareWebShell |
getShell()
Returns the active instance of the CareWeb shell.
|
protected static void |
setShell(CareWebShell shell)
Sets the active instance of the CareWeb shell.
|
static void |
showMessage(MessageWindow.MessageInfo messageInfo)
Sends an informational message for display by desktop.
|
static void |
showMessage(String message)
Sends an informational message for display by desktop.
|
static void |
showMessage(String message,
String caption)
Sends an informational message for display by desktop.
|
public static CareWebShell getShell()
protected static void setShell(CareWebShell shell)
shell - Shell to become the active instance.public static void about()
public static void showMessage(MessageWindow.MessageInfo messageInfo)
messageInfo - A message descriptor.public static void showMessage(String message, String caption)
message - Text of the message.caption - Optional caption text.public static void showMessage(String message)
message - Text of the message.public static void associateCSH(org.zkoss.zul.impl.XulElement component,
String module,
String topic,
String label)
component - The component.module - The help module identifier.topic - The topic id.label - The topic label.public static void associateCSH(org.zkoss.zul.impl.XulElement component,
HelpContext context)
component - The component.context - The help context.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.