]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update @since tags to 7.5.6. 7.5.6
authorMika Murtojarvi <mika@vaadin.com>
Tue, 15 Sep 2015 10:44:33 +0000 (13:44 +0300)
committerMika Murtojarvi <mika@vaadin.com>
Tue, 15 Sep 2015 10:52:02 +0000 (13:52 +0300)
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9

client/src/com/vaadin/client/ComputedStyle.java
client/src/com/vaadin/client/ui/VFilterSelect.java
server/src/com/vaadin/ui/AbstractSelect.java
server/src/com/vaadin/ui/ComboBox.java
uitest/src/com/vaadin/tests/customelements/CustomProgressBarElement.java

index 676d18d2453305765ad2d871dc32f1f119a1fd60..b8795ac8ce577634c512797b10d3b529680a5219 100644 (file)
@@ -335,7 +335,7 @@ public class ComputedStyle {
     /**
      * Returns the sum of the top and bottom margin
      * 
-     * @since
+     * @since 7.5.6
      * @return the sum of the top and bottom margin
      */
     public double getMarginHeight() {
@@ -348,7 +348,7 @@ public class ComputedStyle {
     /**
      * Returns the sum of the top and bottom margin
      * 
-     * @since
+     * @since 7.5.6
      * @return the sum of the left and right margin
      */
     public double getMarginWidth() {
index 288fdada8efed428478b462c50477e838e37f78b..6ddce3d93c5faa5625396e16a42019a41cf17797 100644 (file)
@@ -177,7 +177,7 @@ public class VFilterSelect extends Composite implements Field, KeyDownHandler,
          * by a server-side {@link com.vaadin.ui.ComboBox.ItemStyleGenerator}.
          * The returned style is prefixed by <code>v-filterselect-item-</code>.
          * 
-         * @since
+         * @since 7.5.6
          * @return the style name to use, or <code>null</code> to not apply any
          *         custom style.
          */
index 5152a38a853ad5250252894ba8ee82564fda8b35..fdf819f031b9a9488b8073b946b133b3cd4ed8aa 100644 (file)
@@ -89,7 +89,7 @@ public abstract class AbstractSelect extends AbstractField<Object> implements
          * Item caption mode: Item's ID's <code>String</code> representation is
          * used as caption.
          * 
-         * @since
+         * @since 7.5.6
          */
         ID_TOSTRING,
         /**
index 077a27006e747c12df54f610702d3963eb823836..1cf23468bba8f1471e56be61c55e16e26c695b3a 100644 (file)
@@ -55,7 +55,7 @@ public class ComboBox extends AbstractSelect implements
      * shown in the popup. The CSS class name that will be added to the item
      * style names is <tt>v-filterselect-item-[style name]</tt>.
      * 
-     * @since
+     * @since 7.5.6
      * @see ComboBox#setItemStyleGenerator(ItemStyleGenerator)
      */
     public interface ItemStyleGenerator extends Serializable {
@@ -917,7 +917,7 @@ public class ComboBox extends AbstractSelect implements
      * @param itemStyleGenerator
      *            the item style generator to set, or <code>null</code> to not
      *            use any custom item styles
-     * @since
+     * @since 7.5.6
      */
     public void setItemStyleGenerator(ItemStyleGenerator itemStyleGenerator) {
         this.itemStyleGenerator = itemStyleGenerator;
@@ -929,7 +929,7 @@ public class ComboBox extends AbstractSelect implements
      * 
      * @return the itemStyleGenerator the currently used item style generator,
      *         or <code>null</code> if no generator is used
-     * @since
+     * @since 7.5.6
      */
     public ItemStyleGenerator getItemStyleGenerator() {
         return itemStyleGenerator;
index 663f398bba68750130834f768b2c3eb1b4cd9ec7..a669d32f2e4575900dd44a72d57d078c7bb76227 100644 (file)
@@ -53,4 +53,4 @@ public class CustomProgressBarElement extends ProgressBarElement {
         return null;
     }
 
-}
\ No newline at end of file
+}