| Package | Description |
|---|---|
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.layout |
| Modifier and Type | Method and Description |
|---|---|
static LayoutIdentifier |
LayoutManager.execute(boolean manage,
String deflt)
Invokes the layout manager dialog.
|
static LayoutIdentifier |
LayoutPrompt.promptLayout(LayoutIdentifier dflt,
boolean hideScope,
boolean allowDups,
String title,
String prompt)
Prompts for a layout.
|
static LayoutIdentifier |
LayoutManager.saveLayout(UILayout layout,
LayoutIdentifier layoutId,
boolean hideScope)
Prompts to save layout.
|
| Modifier and Type | Method and Description |
|---|---|
static LayoutIdentifier |
LayoutPrompt.promptLayout(LayoutIdentifier dflt,
boolean hideScope,
boolean allowDups,
String title,
String prompt)
Prompts for a layout.
|
static LayoutIdentifier |
LayoutManager.saveLayout(UILayout layout,
LayoutIdentifier layoutId,
boolean hideScope)
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.
|
UILayout |
UILayout.loadFromProperty(LayoutIdentifier layoutId)
Load the layout from a stored property.
|
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 |
UILayout.saveToProperty(LayoutIdentifier layoutId)
Saves the layout as a property value using the specified identifier.
|
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.