| Package | Description |
|---|---|
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.layout |
| Modifier and Type | Method and Description |
|---|---|
static void |
LayoutManager.exportLayout(LayoutIdentifier layout) |
static void |
LayoutManager.saveLayout(Layout layout,
LayoutIdentifier layoutId,
boolean hideScope,
org.fujion.ancillary.IResponseCallback<LayoutIdentifier> callback)
Prompts to save layout.
|
static void |
LayoutPrompt.show(LayoutIdentifier dfltLayout,
boolean hideScope,
boolean allowDups,
String title,
String prompt,
org.fujion.event.IEventListener closeListener)
Prompts for a 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 |
|---|---|
static void |
LayoutUtil.cloneLayout(LayoutIdentifier layoutId1,
LayoutIdentifier layoutId2)
Clone a layout.
|
void |
LayoutService.cloneLayout(LayoutIdentifier layout,
LayoutIdentifier layout2)
Clone a layout.
|
void |
ILayoutService.cloneLayout(LayoutIdentifier layout,
LayoutIdentifier layout2)
Clone a layout.
|
static void |
LayoutUtil.deleteLayout(LayoutIdentifier layoutId)
Delete a layout.
|
void |
LayoutService.deleteLayout(LayoutIdentifier layout)
Delete a layout.
|
void |
ILayoutService.deleteLayout(LayoutIdentifier layout)
Delete a layout.
|
static String |
LayoutUtil.getLayoutContent(LayoutIdentifier layoutId)
Returns the layout content.
|
String |
LayoutService.getLayoutContent(LayoutIdentifier layout)
Returns the layout content.
|
String |
ILayoutService.getLayoutContent(LayoutIdentifier layout)
Returns the layout content.
|
static boolean |
LayoutUtil.layoutExists(LayoutIdentifier layoutId)
Returns true if the specified layout exists.
|
boolean |
LayoutService.layoutExists(LayoutIdentifier layout)
Returns true if the specified layout exists.
|
boolean |
ILayoutService.layoutExists(LayoutIdentifier layout)
Returns true if the specified layout exists.
|
static Layout |
LayoutParser.parseProperty(LayoutIdentifier layoutId)
Parse the layout from a stored layout.
|
static void |
LayoutUtil.renameLayout(LayoutIdentifier layoutId,
String newName)
Rename a layout.
|
void |
LayoutService.renameLayout(LayoutIdentifier layout,
String newName)
Rename a layout.
|
void |
ILayoutService.renameLayout(LayoutIdentifier layout,
String newName)
Rename a layout.
|
static void |
LayoutUtil.saveLayout(LayoutIdentifier layoutId,
String content)
Saves a layout with the specified name and content.
|
void |
LayoutService.saveLayout(LayoutIdentifier layout,
String content)
Saves a layout with the specified name and content.
|
void |
ILayoutService.saveLayout(LayoutIdentifier layout,
String content)
Saves a layout with the specified name and content.
|
boolean |
Layout.saveToProperty(LayoutIdentifier layoutId)
Saves the layout as a property value using the specified identifier.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.