| Package | Description |
|---|---|
| org.carewebframework.shell | |
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.layout |
| Modifier and Type | Method and Description |
|---|---|
UILayout |
CareWebShell.getUILayout()
Returns a reference to the current UI layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CareWebShell.buildUI(UILayout layout)
Build the UI based on the specified layout.
|
| Modifier and Type | Method and Description |
|---|---|
static LayoutIdentifier |
LayoutManager.saveLayout(UILayout layout,
LayoutIdentifier layoutId,
boolean hideScope)
Prompts to save layout.
|
| Modifier and Type | Method and Description |
|---|---|
UILayout |
UILayout.fromClipboard(String data)
Converts from clipboard format.
|
UILayout |
UIElementLayout.getLayout() |
UILayout |
UILayout.loadByAppId(String appId)
Load the layout associated with the specified application id.
|
UILayout |
UILayout.loadFromProperty(LayoutIdentifier layoutId)
Load the layout from a stored property.
|
UILayout |
UILayout.loadFromText(String text)
Load the layout from a string.
|
static UILayout |
UILayout.serialize(UIElementBase parent)
Serializes the UI element hierarchy under and including the specified element.
|
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.