public interface IInfoPanel
extends org.fujion.dragdrop.IDropHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
IInfoPanel.Action |
| Modifier and Type | Field and Description |
|---|---|
static String |
ALERT_EVENT_NAME |
static String |
DROP_EVENT_NAME |
static String |
DROP_ID |
static String |
EVENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAlerts()
Clears all alerts.
|
void |
registerMenuItem(org.fujion.component.Menuitem menuitem,
String path)
Registers a menu item with the drop panel using the specified menu path.
|
void |
showAlert(org.fujion.component.BaseComponent root)
Displays an alert.
|
void |
unregisterMenuItem(org.fujion.component.Menuitem menuItem)
Unregisters a menu item from the drop panel.
|
static final String EVENT_NAME
static final String DROP_EVENT_NAME
static final String ALERT_EVENT_NAME
static final String DROP_ID
void registerMenuItem(org.fujion.component.Menuitem menuitem,
String path)
menuitem - The menu item.path - The menu path.void unregisterMenuItem(org.fujion.component.Menuitem menuItem)
menuItem - The menu item.void showAlert(org.fujion.component.BaseComponent root)
root - The root component.void clearAlerts()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.