| Package | Description |
|---|---|
| org.carewebframework.shell.layout |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutElement
Represents a UI element node within a layout.
|
static class |
LayoutElement.LayoutRoot |
class |
LayoutTrigger
Represents a trigger occurrence within a layout.
|
class |
LayoutTriggerAction
Represents a trigger action within a layout.
|
class |
LayoutTriggerCondition
Represents a trigger condition within a layout.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends LayoutNode> |
LayoutNode.getChild(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutNode |
LayoutNode.getNextSibling() |
protected LayoutNode |
LayoutNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayoutNode> |
LayoutNode.getChildren() |
| Constructor and Description |
|---|
LayoutNode(String tagName,
LayoutNode parent,
PluginDefinition pluginDefinition) |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.