]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update @since for 7.4.1
authorLeif Åstrand <leif@vaadin.com>
Thu, 5 Mar 2015 09:35:19 +0000 (11:35 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 5 Mar 2015 09:35:19 +0000 (11:35 +0200)
Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436

client/src/com/vaadin/client/widget/escalator/ScrollbarBundle.java
client/src/com/vaadin/client/widgets/Grid.java
server/src/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/com/vaadin/ui/Flash.java
server/src/com/vaadin/ui/Grid.java

index 23456414089599db1e11bf01f72f6ac013f19370..2b33d7103f9c58e758651e6c9a141a9d5c2de1e8 100644 (file)
@@ -518,6 +518,8 @@ public abstract class ScrollbarBundle implements DeferredWorker {
      * Should be called whenever this bundle is attached to the DOM (typically,
      * from the onLoad of the containing widget). Used to ensure the DOM scroll
      * position is maintained when detaching and reattaching the bundle.
+     * 
+     * @since 7.4.1
      */
     public void onLoad() {
         internalSetScrollPos(toInt32(scrollPos));
index 9e0cb0f4f89649967056ae2c4ca31f6a5701da59..75d5ee0f99fad16131bb702513db8beafafe82de 100644 (file)
@@ -6290,7 +6290,7 @@ public class Grid<T> extends ResizeComposite implements
      * cannot rely on the columns being the correct width after the call
      * returns.
      * 
-     * @since
+     * @since 7.4.1
      */
     public void recalculateColumnWidths() {
         autoColumnWidthsRecalculator.schedule();
index ab45fcfe89aef9fe588701b940aac434d6732cba..357278f411d9fba37b39d8fd0fb3f4cb06e5dfc7 100644 (file)
@@ -311,7 +311,7 @@ public class AtmospherePushConnection implements PushConnection {
     /**
      * Called when the connection to the client has been lost.
      * 
-     * @since
+     * @since 7.4.1
      */
     public void connectionLost() {
         resource = null;
index cd7c00087ee36a2d670ad2f7d06a71d3feb4a467..2d0f188b847e0b0ee81d337a516e580c5d801c86 100644 (file)
@@ -97,7 +97,7 @@ public class Flash extends AbstractEmbedded {
      * Returns the codebase.
      * 
      * @see #setCodebase(String)
-     * @since 7.4
+     * @since 7.4.1
      * @return Current codebase.
      */
     public String getCodebase() {
@@ -126,7 +126,7 @@ public class Flash extends AbstractEmbedded {
      * Returns the current codetype.
      * 
      * @see #setCodetype(String)
-     * @since 7.4
+     * @since 7.4.1
      * @return Current codetype.
      */
     public String getCodetype() {
@@ -157,7 +157,7 @@ public class Flash extends AbstractEmbedded {
      * Returns current archive.
      * 
      * @see #setArchive(String)
-     * @since 7.4
+     * @since 7.4.1
      * @return Current archive.
      */
     public String getArchive() {
@@ -181,7 +181,7 @@ public class Flash extends AbstractEmbedded {
     /**
      * Returns standby.
      * 
-     * @since
+     * @since 7.4.1
      * @return Standby string.
      */
     public String getStandby() {
@@ -247,7 +247,7 @@ public class Flash extends AbstractEmbedded {
      * 
      * @see #setParameter(String, String)
      * @see #getParameter(String)
-     * @since 7.4
+     * @since 7.4.1
      * @return An iterable with declared parameter names.
      */
     public Iterable<String> getParameterNames() {
index 6ab6c6b1a4515677e1508b69313feeaffc1dcbbe..ee7da1e36c2264e1a17d8a8122a5f20cb7ca711b 100644 (file)
@@ -5088,7 +5088,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier,
      * but this method can be used to force recalculation in situations when
      * grid does not recalculate automatically.
      * 
-     * @since
+     * @since 7.4.1
      */
     public void recalculateColumnWidths() {
         getRpcProxy(GridClientRpc.class).recalculateColumnWidths();