ref #8990: add temporal data to editor
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / DateDetailSection.java
index deed62ff351da371878b5b75ff97eff6423cc119..d0d8bcb53abf3f116f2b4c6ddd1d246dbde60f60 100644 (file)
@@ -13,13 +13,13 @@ import eu.etaxonomy.taxeditor.l10n.Messages;
 public class DateDetailSection<T extends TimePeriod>\r
                extends AbstractFormSection<T> {\r
        protected TextWithLabelElement text_freeText;\r
-       private PartialElement partialElement_start;\r
-       private PartialElement partialElement_end;\r
-       private CheckboxElement period_continue;\r
-       private TextWithLabelElement text_parseText;\r
-    private TextWithLabelElement text_VerbatimDate = null;\r
-       private int cursorPosition;\r
-       private boolean includeVerbatim;\r
+       protected PartialElement partialElement_start;\r
+       protected PartialElement partialElement_end;\r
+       protected CheckboxElement period_continue;\r
+       protected TextWithLabelElement text_parseText;\r
+    protected TextWithLabelElement text_VerbatimDate = null;\r
+       protected int cursorPosition;\r
+       protected boolean includeVerbatim;\r
 \r
        public int getCursorPosition() {\r
         return cursorPosition;\r