]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update since tags for TB elements (#9329) 8.1.0.alpha8
authorHenri Sara <henri.sara@gmail.com>
Tue, 16 May 2017 13:04:23 +0000 (16:04 +0300)
committerAleksi Hietanen <aleksi@vaadin.com>
Tue, 16 May 2017 13:04:23 +0000 (16:04 +0300)
compatibility-server/src/test/java/com/vaadin/v7/ui/AbstractLegacyComponentDeclarativeTest.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractComponentElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/GridElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/PasswordFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TextAreaElement.java

index 0577a5743e6c8bf8838c34de3826e6bb907c6045..5a26833169fafd592c4005443ecea20335de0bb2 100644 (file)
@@ -44,7 +44,6 @@ import com.vaadin.ui.declarative.DesignContext;
 /**
  * Test cases for reading and writing the properties of AbstractComponent.
  *
- * @since
  * @author Vaadin Ltd
  */
 public class AbstractLegacyComponentDeclarativeTest
index 9b4a4344f80f6a9281e1cc790f9d9be53aecacd9..e219b53a04a0705d0d85a0680f77576b633086b0 100644 (file)
@@ -26,8 +26,8 @@ public class AbstractComponentElement extends AbstractElement {
     /**
      * Returns the caption of the Component element
      *
-     * @since
-     * @return
+     * @since 8.0
+     * @return component caption
      */
     public String getCaption() {
         final String GWT_ID_ATTRIBUTE = "aria-labelledby";
index 3980d263d864f76f964a6fb4870fb162599581d9..566b73883b0756888562eaa570810d3919251fed 100644 (file)
@@ -28,7 +28,7 @@ public class AbstractFieldElement extends AbstractComponentElement {
      *
      * NOTE: When testing with firefox browser window should have focus in it
      *
-     * @since
+     * @since 8.0
      * @param elem
      *            element which context will be select
      */
index 5371d812730421f4eba4b83434830484ab5f9808..8dbe10d98329366af8a4ca32539612314eb710be 100644 (file)
@@ -431,7 +431,7 @@ public class GridElement extends AbstractComponentElement {
     /**
      * Gets the element that contains the details of a row.
      *
-     * @since
+     * @since 8.0
      * @param rowIndex
      *            the index of the row for the details
      * @return the element that contains the details of a row. <code>null</code>
@@ -447,7 +447,7 @@ public class GridElement extends AbstractComponentElement {
     /**
      * Toggles the column visibility. Column is identified by its hiding toggle
      * caption.
-     * 
+     *
      * @param toggleCaption
      * @since 8.0.6
      */
index bc97194fdab30b35398c940573556f4e2c1d9480..e624c946233f20a8d81803efd18e381e486d9311 100644 (file)
@@ -47,7 +47,7 @@ public class NotificationElement extends AbstractElement {
     /**
      * Returns the caption of the Notification element
      *
-     * @since
+     * @since 8.0
      * @return the caption of the Notification element
      */
     public String getCaption() {
index 3866aa797ed93000e7137da5703d04319ea462dd..ed0c8da0c5f76d899050a4257a409a017f4b5a1e 100644 (file)
@@ -21,8 +21,8 @@ import com.vaadin.testbench.elementsbase.ServerClass;
 public class PasswordFieldElement extends AbstractTextFieldElement {
     /**
      * Return value of the password element
-     * 
-     * @since
+     *
+     * @since 8.0
      * @return value of the password element
      */
     @Override
index e5e5ee90f4698d16bffd8e641d0eb647fb3e7155..db38820d91bd1c5b13cbd1f345991395007de061 100644 (file)
@@ -24,7 +24,7 @@ public class TextAreaElement extends AbstractTextFieldElement {
     /**
      * Return value of the field element
      *
-     * @since
+     * @since 8.0
      * @return value of the field element
      */
     @Override