@Unstable
public interface RecordSection
| Modifier and Type | Method and Description |
|---|---|
List<RecordElement> |
getAllElements()
The list of elements configured in this section, whether they are enabled or not.
|
List<RecordElement> |
getEnabledElements()
The list of elements displayed in the patient record by this section.
|
org.xwiki.uiextension.UIExtension |
getExtension()
The extension defining this section.
|
String |
getName()
The name of this section, displayed in the patient record and in the form designer.
|
boolean |
isEnabled()
Whether this section and its elements are going to be displayed in the patient record or not.
|
boolean |
isExpandedByDefault()
Whether this section should be expanded and fully visible in edit mode by default.
|
org.xwiki.uiextension.UIExtension getExtension()
UIExtension objectString getName()
boolean isEnabled()
true if this section must be displayed, false otherwiseboolean isExpandedByDefault()
true if this section must be expanded, false otherwisList<RecordElement> getAllElements()
elements, empty if this section doesn't have any
elementsList<RecordElement> getEnabledElements()
enabled elements, empty if none are
configured or enabledCopyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.