Revision bc8dace4
Added by Andreas Müller over 9 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitFacadeDetailElement.java | ||
---|---|---|
128 | 128 |
addControl(section_gatheringEvent); |
129 | 129 |
addElement(section_gatheringEvent); |
130 | 130 |
|
131 |
section_fieldUnit = formFactory.createFieldObservationDetailSection(getConversationHolder(), formElement, null, ExpandableComposite.TWISTIE);
|
|
131 |
section_fieldUnit = formFactory.createFieldUnitDetailSection(getConversationHolder(), formElement, null, ExpandableComposite.TWISTIE);
|
|
132 | 132 |
section_fieldUnit.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1)); |
133 | 133 |
addControl(section_fieldUnit); |
134 | 134 |
addElement(section_fieldUnit); |
Also available in: Unified diff
rename FieldObservation -> FieldUnit #3566