performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / description / detail / IndividualsAssociationDetailElement.java
index 71ec5f6805d34769a0c6f3811fdf64a5f36f425b..aa768197e798b8d8e9f9761cef2b3031de90e27e 100644 (file)
@@ -25,6 +25,8 @@ import eu.etaxonomy.taxeditor.forms.selection.DerivedUnitBaseSelectionElement;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
+ * <p>IndividualsAssociationDetailElement class.</p>
+ *
  * @author n.hoffmann
  * @created Jun 10, 2010
  * @version 1.0
@@ -36,11 +38,20 @@ public class IndividualsAssociationDetailElement extends AbstractDetailedDescrip
        private TextWithLabelElement text_description;
        private DerivedUnitBaseSelectionElement selection_derivedUnit;
        
+       /**
+        * <p>Constructor for IndividualsAssociationDetailElement.</p>
+        *
+        * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param formElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
+        * @param entity a {@link eu.etaxonomy.cdm.model.description.IndividualsAssociation} object.
+        * @param style a int.
+        */
        public IndividualsAssociationDetailElement(CdmFormFactory formFactory,
                        ICdmFormElement formElement, IndividualsAssociation entity, int style) {
                super(formFactory, formElement, entity, style);
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void createControls(ICdmFormElement formElement,
                        IndividualsAssociation entity, int style) {
@@ -54,6 +65,7 @@ public class IndividualsAssociationDetailElement extends AbstractDetailedDescrip
                }               
        }
 
+       /** {@inheritDoc} */
        @Override
        public void handleEvent(Object eventSource) {
                if(eventSource == selection_derivedUnit){