| Package | Description |
|---|---|
| org.phenotips.configuration | |
| org.phenotips.configuration.spi |
| Modifier and Type | Method and Description |
|---|---|
List<RecordElement> |
RecordSection.getAllElements()
The list of elements configured in this section, whether they are enabled or not.
|
List<RecordElement> |
RecordSection.getEnabledElements()
The list of elements displayed in this section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordSection.setElements(List<RecordElement> elements)
Set the list of elements configured in this section.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIXRecordElement
An implementation for
RecordElement which reads the configuration from an UIExtension xobject. |
| Modifier and Type | Field and Description |
|---|---|
protected List<RecordElement> |
UIXRecordSection.elements |
| Modifier and Type | Method and Description |
|---|---|
List<RecordElement> |
UIXRecordSection.getAllElements() |
List<RecordElement> |
UIXRecordSection.getEnabledElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIXRecordSection.setElements(List<RecordElement> elements) |
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.