made label text changeable
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / forms / TimePeriodElement.java
index cb618f23b552bc185e7729f7fbd5b2899473daef..aa728eb6b27a140c87ecba8bd7ccd1d52703bf79 100644 (file)
@@ -144,4 +144,8 @@ public class TimePeriodElement extends AbstractCdmFormElement {
                label.setBackground(color);
                section_dateDetails.setBackground(color);
        }
+
+       public void setLabel(String string) {
+               label.setText(string);
+       }
 }