| Package | Description |
|---|---|
| org.phenotips.configuration | |
| org.phenotips.configuration.spi |
| Modifier and Type | Method and Description |
|---|---|
RecordSection |
RecordElement.getContainingSection()
The parent
section containing this element. |
| Modifier and Type | Method and Description |
|---|---|
List<RecordSection> |
RecordConfiguration.getAllSections()
The list of available sections, enabled or disabled, that can be displayed in this type of record.
|
List<RecordSection> |
RecordConfiguration.getEnabledSections()
The list of sections enabled for this record type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordConfiguration.setSections(List<RecordSection> sections)
Update the list of available section.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIXRecordSection
An implementation for
RecordSection which reads the configuration from an UIExtension xobject. |
| Modifier and Type | Method and Description |
|---|---|
RecordSection |
UIXRecordElement.getContainingSection() |
| Constructor and Description |
|---|
UIXRecordElement(org.xwiki.uiextension.UIExtension extension,
RecordSection section)
Simple constructor, taking a UI
extension and the parent record section as parameters. |
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.