Revision 10b63550
Added by Katja Luther over 5 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java | ||
---|---|---|
74 | 74 |
checkBoxDoubtful = formFactory.createCheckbox(formElement, "Relation is doubtful", entity.isDoubtful(), style); |
75 | 75 |
}else{ |
76 | 76 |
taxon = entity.getFromTaxon(); |
77 |
toggleable_cache = formFactory.createToggleableTextField(formElement, |
|
78 |
"Title Cache", taxon.getTitleCache(), |
|
79 |
taxon.isProtectedTitleCache(), style); |
|
80 |
|
|
81 |
text_appendedPhrase = formFactory.createTextWithLabelElement( |
|
82 |
formElement, "Appended Phrase", taxon.getAppendedPhrase(), |
|
83 |
SWT.WRAP); |
|
77 |
// toggleable_cache = formFactory.createToggleableTextField(formElement,
|
|
78 |
// "Title Cache", taxon.getTitleCache(),
|
|
79 |
// taxon.isProtectedTitleCache(), style);
|
|
80 |
// |
|
81 |
// text_appendedPhrase = formFactory.createTextWithLabelElement(
|
|
82 |
// formElement, "Appended Phrase", taxon.getAppendedPhrase(),
|
|
83 |
// SWT.WRAP);
|
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
taxonElement = formFactory.createTaxonDetailSection(getConversationHolder(), formElement, null, style); |
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java | ||
---|---|---|
793 | 793 |
|
794 | 794 |
TaxonRelationshipDetailSection taxonRelationshipDetailSection = formFactory.createTaxonRelationshipDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED); |
795 | 795 |
|
796 |
formFactory.createHorizontalSeparator(parent, SWT.BORDER); |
|
796 | 797 |
|
797 | 798 |
addPart(taxonRelationshipDetailSection); |
798 | 799 |
|
799 | 800 |
NonViralNameDetailSection nonViralNameSection = formFactory |
800 |
.createNonViralNameDetailSection(getConversationHolder(), parent, this, false,
|
|
801 |
.createNonViralNameDetailSection(getConversationHolder(), parent, this, true,
|
|
801 | 802 |
ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED); |
802 | 803 |
addPart(nonViralNameSection); |
803 | 804 |
|
Also available in: Unified diff
ref #7117: misappliedName details: remove doubled taxon informations, add choose name button