| Package | Description |
|---|---|
| org.carewebframework.shell | |
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.elements | |
| org.carewebframework.shell.layout |
| Modifier and Type | Method and Description |
|---|---|
Layout |
CareWebShell.getUILayout()
Returns a reference to the current UI layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CareWebShell.buildUI(Layout layout)
Build the UI based on the specified layout.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LayoutManager.saveLayout(Layout layout,
LayoutIdentifier layoutId,
boolean hideScope,
org.fujion.ancillary.IResponseCallback<LayoutIdentifier> callback)
Prompts to save layout.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
ElementLayout.getLayout() |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.fromClipboard(String data)
Converts from clipboard format.
|
Layout |
LayoutLoaderShared.loadLayout(String name) |
Layout |
LayoutLoaderPrivate.loadLayout(String name) |
Layout |
LayoutLoaderApp.loadLayout(String appId) |
Layout |
ILayoutLoader.loadLayout(String layoutName)
Loads the named layout.
|
static Layout |
LayoutParser.parseAppId(String appId)
Parse the layout associated with the specified application id.
|
static Layout |
LayoutParser.parseDocument(Document document)
Parse the layout from an XML document.
|
static Layout |
LayoutParser.parseElement(ElementBase root)
Parse the layout from the UI.
|
static Layout |
LayoutParser.parseProperty(LayoutIdentifier layoutId)
Parse the layout from a stored layout.
|
static Layout |
LayoutParser.parseResource(String resource)
Loads a layout from the specified resource, using a registered layout loader or, failing
that, using the default loadFromUrl method.
|
static Layout |
LayoutParser.parseStream(InputStream stream)
Parse layout from an input stream.
|
static Layout |
LayoutParser.parseText(String xml)
Parse the layout from XML content.
|
| Constructor and Description |
|---|
Layout(Layout layout) |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.