public class PageDefinition extends Object
| Constructor and Description |
|---|
PageDefinition() |
| Modifier and Type | Method and Description |
|---|---|
PageElement |
getRootElement()
The root of all page elements in this definition.
|
String |
getSource()
Returns the source from which this page definition was derived.
|
List<BaseComponent> |
materialize(BaseComponent parent)
Materializes this page definition under the given parent component.
|
List<BaseComponent> |
materialize(BaseComponent parent,
Map<String,Object> args)
Materializes this page definition under the given parent component.
|
public PageElement getRootElement()
public String getSource()
public List<BaseComponent> materialize(BaseComponent parent)
parent - The parent component for all top level components produced. This may be null.public List<BaseComponent> materialize(BaseComponent parent, Map<String,Object> args)
parent - The parent component for all top level components produced. This may be null.args - A map of arguments that will be copied into the attribute maps of all top level
components. This may be null.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.