| Package | Description |
|---|---|
| org.carewebframework.shell | |
| org.carewebframework.shell.layout | |
| org.carewebframework.shell.plugins | |
| org.carewebframework.shell.property |
| Modifier and Type | Method and Description |
|---|---|
UIElementBase |
CareWebShellEx.register(String path,
PluginDefinition def,
IPropertyProvider propertySource)
Registers the plugin with the specified definition with the specified path.
|
UIElementBase |
CareWebShellEx.register(String path,
String url,
IPropertyProvider propertySource)
Register a plugin by specifying a path and a url.
|
UIElementBase |
CareWebShellEx.registerFromId(String path,
String id,
IPropertyProvider propertySource)
Registers the plugin with the specified id and path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UILayout
Represents the layout of the visual interface.
|
| Modifier and Type | Method and Description |
|---|---|
UIElementBase |
PluginDefinition.createElement(UIElementBase parent,
IPropertyProvider propertySource)
Creates an instance of the element based on its definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyBag
A simple property map that can be used to pass property values to a plugin during
deserialization.
|
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.