]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update @since for 7.4
authorArtur Signell <artur@vaadin.com>
Thu, 8 Jan 2015 06:59:50 +0000 (08:59 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 8 Jan 2015 07:00:07 +0000 (09:00 +0200)
Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92

51 files changed:
client/src/com/vaadin/client/connectors/AbstractRendererConnector.java
client/src/com/vaadin/client/connectors/ButtonRendererConnector.java
client/src/com/vaadin/client/connectors/ClickableRendererConnector.java
client/src/com/vaadin/client/connectors/DateRendererConnector.java
client/src/com/vaadin/client/connectors/GridConnector.java
client/src/com/vaadin/client/connectors/ImageRendererConnector.java
client/src/com/vaadin/client/connectors/NumberRendererConnector.java
client/src/com/vaadin/client/connectors/ProgressBarRendererConnector.java
client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
client/src/com/vaadin/client/connectors/TextRendererConnector.java
client/src/com/vaadin/client/connectors/UnsafeHtmlRendererConnector.java
client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
client/src/com/vaadin/client/data/CacheStrategy.java
client/src/com/vaadin/client/data/DataChangeHandler.java
client/src/com/vaadin/client/data/DataSource.java
client/src/com/vaadin/client/renderers/ButtonRenderer.java
client/src/com/vaadin/client/renderers/ClickableRenderer.java
client/src/com/vaadin/client/renderers/DateRenderer.java
client/src/com/vaadin/client/renderers/HtmlRenderer.java
client/src/com/vaadin/client/renderers/ImageRenderer.java
client/src/com/vaadin/client/renderers/NumberRenderer.java
client/src/com/vaadin/client/renderers/ProgressBarRenderer.java
client/src/com/vaadin/client/renderers/Renderer.java
client/src/com/vaadin/client/renderers/TextRenderer.java
client/src/com/vaadin/client/renderers/WidgetRenderer.java
server/src/com/vaadin/ui/renderer/ButtonRenderer.java
server/src/com/vaadin/ui/renderer/ClickableRenderer.java
server/src/com/vaadin/ui/renderer/DateRenderer.java
server/src/com/vaadin/ui/renderer/HtmlRenderer.java
server/src/com/vaadin/ui/renderer/ImageRenderer.java
server/src/com/vaadin/ui/renderer/NumberRenderer.java
server/src/com/vaadin/ui/renderer/ProgressBarRenderer.java
server/src/com/vaadin/ui/renderer/Renderer.java
server/src/com/vaadin/ui/renderer/TextRenderer.java
shared/src/com/vaadin/shared/annotations/NoLayout.java
shared/src/com/vaadin/shared/data/DataProviderRpc.java
shared/src/com/vaadin/shared/data/DataRequestRpc.java
shared/src/com/vaadin/shared/data/sort/SortDirection.java
shared/src/com/vaadin/shared/ui/grid/ColumnGroupState.java
shared/src/com/vaadin/shared/ui/grid/EditorClientRpc.java
shared/src/com/vaadin/shared/ui/grid/EditorServerRpc.java
shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
shared/src/com/vaadin/shared/ui/grid/GridColumnState.java
shared/src/com/vaadin/shared/ui/grid/GridConstants.java
shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java
shared/src/com/vaadin/shared/ui/grid/GridState.java
shared/src/com/vaadin/shared/ui/grid/GridStaticCellType.java
shared/src/com/vaadin/shared/ui/grid/GridStaticSectionState.java
shared/src/com/vaadin/shared/ui/grid/HeightMode.java
shared/src/com/vaadin/shared/ui/grid/Range.java
shared/src/com/vaadin/shared/ui/grid/ScrollDestination.java

index b258980fe127b80536dc89f05c345196303127f5..5bcbe6a286bc04f6754be39a0e8f51487e890ce2 100644 (file)
@@ -42,7 +42,7 @@ import elemental.json.JsonValue;
  * @param <T>
  *            the presentation type of the renderer
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public abstract class AbstractRendererConnector<T> extends
index a74db590dad596a09e7768c1f05bc197476263f1..44c34e3bf403af9005c57a0789e8e29d72e82af2 100644 (file)
@@ -25,7 +25,7 @@ import elemental.json.JsonObject;
 /**
  * A connector for {@link ButtonRenderer}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.ButtonRenderer.class)
index 90aaad7032d03ca38cf42c4e59e5fa85cbdeb88d..87f88c5106a2442cbe06319204d0969ea0ea7f1b 100644 (file)
@@ -29,7 +29,7 @@ import elemental.json.JsonObject;
  * @param <T>
  *            the presentation type of the renderer
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public abstract class ClickableRendererConnector<T> extends
index 2df8184eaf5eab56e2d30c38c47f0ec56d65bb9e..30d1db345da4dc1934401971a240bcff72d33e38 100644 (file)
@@ -25,7 +25,7 @@ import com.vaadin.shared.ui.Connect;
  * string, and displayed as-is on the client side. This is to be able to support
  * the server's locale.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.DateRenderer.class)
index 0044025d40641b8a73e935a37926d499ba2361e2..31bc2ac67350a6d932f327e458dd602c7c54f18e 100644 (file)
@@ -87,7 +87,7 @@ import elemental.json.JsonValue;
  * at {@link com.vaadin.shared.data.DataProviderRpc#setRowData(int, List)
  * DataProviderRpc.setRowData(int, List)}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.Grid.class)
index 341a98e9a8e919cac5318aae7fe37c86fe03fe52..9000ebb1c283d8b4a4b147a43e065d342a1e359a 100644 (file)
@@ -29,7 +29,7 @@ import elemental.json.JsonValue;
 /**
  * A connector for {@link ImageRenderer}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.ImageRenderer.class)
index 68c96d21bc2337b1536df7862ea52c49996c0c90..84b319710dd5f0fd23253217398d8dcc5accd3f2 100644 (file)
@@ -26,7 +26,7 @@ import com.vaadin.shared.ui.Connect;
  * string, and displayed as-is on the client side. This is to be able to support
  * the server's locale.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.NumberRenderer.class)
index 812a729da3a384605da507f133e1c717a7f70c74..fe410ccbe72d006cd8b9ca4ab970049b2534c226 100644 (file)
@@ -21,7 +21,7 @@ import com.vaadin.shared.ui.Connect;
 /**
  * A connector for {@link ProgressBarRenderer}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.ProgressBarRenderer.class)
index 754c87f0ca6ea72fb3b77d1a5b194bc0a69d0ba8..c46db0855369e840d34d12f8679c10e8ec6c0b0a 100644 (file)
@@ -39,7 +39,7 @@ import elemental.json.JsonValue;
  * connector type. This will be changed once framework support for something
  * more flexible has been implemented.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.data.RpcDataProviderExtension.class)
index b610b3ed5538960597a52338ed8cb6dfd73e7cd7..3059d3f8bb75cba66534a5b87e962e788d200a26 100644 (file)
@@ -21,7 +21,7 @@ import com.vaadin.shared.ui.Connect;
 /**
  * A connector for {@link TextRenderer}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.TextRenderer.class)
index 91833ae9ac0dca4a1c9030f7030e6c9cb97a69a2..420f18427dfd8ac11fff2db9bbda12df2580a0de 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.shared.ui.Connect;
 /**
  * A connector for {@link UnsafeHtmlRenderer}
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 @Connect(com.vaadin.ui.renderer.HtmlRenderer.class)
index c6aa7c629132f2c7a01bcfdc75c275943850923f..ffd1d4d1704d3a769383a9d13c6773066c2906e5 100644 (file)
@@ -35,7 +35,7 @@ import com.vaadin.shared.ui.grid.Range;
  * {@link #requestRows(int, int, RequestRowsCallback)} to trigger asynchronously
  * loading of data and then pass the loaded data into the provided callback.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @param <T>
  *            the row type
index 3448659e61eef146a0cf395950014d682a860246..79ce537314eb87471da928c8b0e1b81e0d4ec54d 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.shared.ui.grid.Range;
  * Determines what data an {@link AbstractRemoteDataSource} should fetch and
  * keep cached.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface CacheStrategy {
index 57e25ef11a76f2f0a105b3f820074e26dec408dc..35f1eafea96b4981b8c72868686a732a5bf51962 100644 (file)
@@ -20,7 +20,7 @@ package com.vaadin.client.data;
  * Callback interface used by {@link DataSource} to inform its user about
  * updates to the data.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface DataChangeHandler {
index a4cff64078853195ab6f72a43d27ed0e08b2d3c2..076226bf5cf4cbf54566e8cd413e80a89789fbd5 100644 (file)
@@ -21,7 +21,7 @@ package com.vaadin.client.data;
  * items (e.g. rows) of a specified type. The data source is a lazy view into a
  * larger data set.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @param <T>
  *            the row type
index 8dfa3d6fae8a708e003d2aaeda2ec4c4a26bcc42..c1952556f93b6d3e92829d5ebee1a98e92ac2bd5 100644 (file)
@@ -24,7 +24,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
  * corresponding column are used as the captions. Click handlers can be added to
  * the renderer, invoked when any of the rendered buttons is clicked.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ButtonRenderer extends ClickableRenderer<String, Button> {
index 93e68763e03bad2ea90b5c2c7d1090000c621f39..bd865e52f6ee40c97ccd129a27e7828490bf7274 100644 (file)
@@ -44,7 +44,7 @@ import com.vaadin.client.widgets.Grid;
  * @param <W>
  *            the widget type
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public abstract class ClickableRenderer<T, W extends Widget> extends
index ee5af2dce918814c72603bad06d84a159859cfe7..4d15fac7241fceac4edc57a80e5071c977379bbd 100644 (file)
@@ -25,7 +25,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
 /**
  * A renderer for rendering dates into cells
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class DateRenderer implements Renderer<Date> {
index df95e073674d702955107bf86d91f063458b78bb..ec6dc761f653b29c01b62ac7e260f9790732984a 100644 (file)
@@ -27,7 +27,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
  * contract. For more information see
  * {@link SafeHtmlUtils#fromSafeConstant(String)}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @see SafeHtmlUtils#fromSafeConstant(String)
  */
index 9b3d05ec0bfa1a9dd9d131cab766a5b11a02474a..b1e8ce5702e7eed83353b03065588f02e8194a1c 100644 (file)
@@ -24,7 +24,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
  * the renderer, invoked every time any of the images rendered by that rendered
  * is clicked.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ImageRenderer extends ClickableRenderer<String, Image> {
index 552a88644ae256ab273efd0d8f37083e1d27a13f..a040e8d1ced260be16378ab5a19ac12da7f54866 100644 (file)
@@ -23,7 +23,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
  * default uses the default number format returned by
  * {@link NumberFormat#getDecimalFormat()}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @param <T>
  *            The number type to render.
index f5aff7191d428c9c26a3a3c1078e27acf6103b51..8e09641cfcc1bfcbdc516b57a4f9263f9cb5d946 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
 /**
  * A Renderer that represents a double value as a graphical progress bar.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ProgressBarRenderer extends WidgetRenderer<Double, VProgressBar> {
index 7149181b619f2d7e43797fff94800a9c96e4c47c..a3faa1e9df6830c31014f70d51b0b51b59b1f485 100644 (file)
@@ -29,7 +29,7 @@ import com.vaadin.client.widgets.Grid;
  * @param <T>
  *            The column type
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface Renderer<T> {
index 76ccd9f206947c5cbc02536892598dd294920e31..3f704fd0b4eac6e8699da1d57bb5d311cd9d68e3 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
 /**
  * Renderer that renders text into a cell.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class TextRenderer implements Renderer<String> {
index ef0338ce70ce36661640e1ad36c5a67a5e41c272..cb648c48bf6272ccacff150bf71193244299da99 100644 (file)
@@ -23,7 +23,7 @@ import com.vaadin.client.widget.grid.RendererCellReference;
 /**
  * A renderer for rendering widgets into cells.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @param <T>
  *            the row data type
index 4a7a86daa294037123522cc4369af0f5b2746831..b0819794c0e8c42a9ed5e5a61678dea32d0b4f29 100644 (file)
@@ -20,7 +20,7 @@ package com.vaadin.ui.renderer;
  * corresponding property is used as the caption. Click listeners can be added
  * to the renderer, invoked when any of the rendered buttons is clicked.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ButtonRenderer extends ClickableRenderer<String> {
index ef293c7e3cd38af9d28046bed6281695aa8c125c..851bbf8510a06cd8d2b1268e408ffa96921b69d1 100644 (file)
@@ -34,7 +34,7 @@ import com.vaadin.util.ReflectTools;
  * @param <T>
  *            the type presented by the renderer
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ClickableRenderer<T> extends AbstractRenderer<T> {
index 4d1d7029931d101a72158a537a632fca32713337..d3d2df573d5040ce0e654d306fe41fb8773bc868 100644 (file)
@@ -26,7 +26,7 @@ import elemental.json.JsonValue;
 /**
  * A renderer for presenting date values.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class DateRenderer extends AbstractRenderer<Date> {
index bdab51991c032af97e95f960a6dc3bdec0ae3a8d..02d153dedfd7e5f28590fd67a81fb1447c42cd0f 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.ui.Grid.AbstractRenderer;
 /**
  * A renderer for presenting HTML content.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class HtmlRenderer extends AbstractRenderer<String> {
index 87a044c4a6f41b2bd9b04f7ca54857106672c125..3ef3eed3e5de005581004f0c8f009c041b24c857 100644 (file)
@@ -30,7 +30,7 @@ import elemental.json.JsonValue;
  * the data source. Only {@link ExternalResource}s and {@link ThemeResource}s
  * are currently supported.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ImageRenderer extends ClickableRenderer<Resource> {
index 9af5c4cffbb3345aeb68425d2de556df2e8f9778..3406e1837a661977606aea3cad09715f39f13481 100644 (file)
@@ -25,7 +25,7 @@ import elemental.json.JsonValue;
 /**
  * A renderer for presenting number values.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class NumberRenderer extends AbstractRenderer<Number> {
index cb688b178b2fc0315e798435f7aa6579f4515d89..9bdc0b299ab6b5dc06f266162e8d3d98067dc14e 100644 (file)
@@ -22,7 +22,7 @@ import elemental.json.JsonValue;
 /**
  * A renderer that represents a double values as a graphical progress bar.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ProgressBarRenderer extends AbstractRenderer<Double> {
index 0c704495a44d31839578e2b776d9d0c5b5248f2d..cab1cdfe3c2918d4b33805b819aac65c1a943afa 100644 (file)
@@ -30,7 +30,7 @@ import elemental.json.JsonValue;
  * @param <T>
  *            the type this renderer knows how to present
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface Renderer<T> extends Extension {
index 42bd02fa2a5a132cb8a0675cb917fb31e5e96e7d..154a09ccd84cba2c13236ed50ba12ed063bd39b1 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.ui.Grid.AbstractRenderer;
 /**
  * A renderer for presenting simple plain-text string values.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class TextRenderer extends AbstractRenderer<String> {
index 78ff1e298496680679a841863e64cd8571c0bb7f..b77729cdccb1586bb6d941d29c743f96bdcc37a6 100644 (file)
@@ -32,7 +32,7 @@ import java.lang.annotation.Target;
  * the potential of causing sizes to change with appropriate style definitions
  * in the application theme.
  * 
- * @since
+ * @since 7.4
  * 
  * @author Vaadin Ltd
  */
index 3e5dd9a3325cd466eeb4bb7c1301dc6d0c4a4fee..4bf4f3af5bab0ae74627ab490654e6f69fd4c03b 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.shared.communication.ClientRpc;
 /**
  * RPC interface used for pushing container data to the client.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface DataProviderRpc extends ClientRpc {
index 637a3534470a9cd72b8d51fb273696e0d4f7f6fc..773a82fa9ae0ba87837b58bf6c7feb34c7af5add 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.shared.communication.ServerRpc;
 /**
  * RPC interface used for requesting container data to the client.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface DataRequestRpc extends ServerRpc {
index 043b3632268706568c796f20f342e0bd624abc9f..cd572087d7f9279333936d84a8426556fa8d17c6 100644 (file)
@@ -20,7 +20,7 @@ import java.io.Serializable;
 /**
  * Describes sorting direction.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public enum SortDirection implements Serializable {
index 2ef0dfc3f8d077f8425ff88587a3b4d95d652604..79e6c9a89f3f3a343e8d9082d7d7194ec880ea6d 100644 (file)
@@ -23,7 +23,7 @@ import java.util.List;
 /**
  * The column group data shared between the server and the client
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class ColumnGroupState implements Serializable {
index c083252754b4b951db964576dcf1bcc3cbb61f85..bff5d95c6c4d7068d8b925ca2c0310653cf7c423 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.shared.communication.ClientRpc;
 /**
  * An RPC interface for the grid editor server-to-client communications.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface EditorClientRpc extends ClientRpc {
index 57df6915471d94c3cdebfbcde4e973bc56ee2409..8637e346068ebc7463dfcd6e5d54a96380c9c1aa 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.shared.communication.ServerRpc;
 /**
  * An RPC interface for the grid editor client-to-server communications.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface EditorServerRpc extends ServerRpc {
index ade9e87f36988a0e386418ba41e6a5e92e004524..ed849cb361b00df6e1e6d6249acc7bf4d2854f73 100644 (file)
@@ -20,7 +20,7 @@ import com.vaadin.shared.communication.ClientRpc;
 /**
  * Server-to-client RPC interface for the Grid component.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface GridClientRpc extends ClientRpc {
index c69b02231e4e62a07ffbea33b5c811bc6b05e36e..070d1467369374dd9c339117aadd6f3a3897920f 100644 (file)
@@ -23,7 +23,7 @@ import com.vaadin.shared.Connector;
  * Column state DTO for transferring column properties from the server to the
  * client
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class GridColumnState implements Serializable {
index 61cf7f6ef0c331e7d1b5b6ff594c086a9880814c..994b109204f2ca412c9267bbcb0b6cf3906a4a3a 100644 (file)
@@ -21,7 +21,7 @@ import java.io.Serializable;
  * Container class for common constants and default values used by the Grid
  * component.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public final class GridConstants implements Serializable {
index 141b1ed9cacd774649267162d97ea328f53eed38..37cbb295f6da8d314ae3231edf711187d795e18e 100644 (file)
@@ -23,7 +23,7 @@ import com.vaadin.shared.data.sort.SortDirection;
 /**
  * Client-to-server RPC interface for the Grid component
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public interface GridServerRpc extends ServerRpc {
index 1f98431caf302a618ec7ad2a35b5518fbcb8381d..2b18d5b642a59956ea8befc6b48ada2c754030e3 100644 (file)
@@ -26,7 +26,7 @@ import com.vaadin.shared.data.sort.SortDirection;
 /**
  * The shared state for the {@link com.vaadin.ui.components.grid.Grid} component
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class GridState extends AbstractComponentState {
index eae4bc8da40e4cbb3ec5fa1d975d709e4dbeb41d..c646717d2c0ebf04def4a1a71b3b64e08b83cebf 100644 (file)
@@ -18,7 +18,7 @@ package com.vaadin.shared.ui.grid;
 /**
  * Enumeration, specifying the content type of a Cell in a GridStaticSection.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public enum GridStaticCellType {
@@ -36,4 +36,4 @@ public enum GridStaticCellType {
      * Widget content
      */
     WIDGET;
-}
\ No newline at end of file
+}
index 88539913d1cd126bb9f85b0f7287fdc79b71fe35..a3c485af087df9aff55b56c5d9c56b5f9961838b 100644 (file)
@@ -27,7 +27,7 @@ import com.vaadin.shared.Connector;
 /**
  * Shared state for Grid headers and footers.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public class GridStaticSectionState implements Serializable {
index 228fcbf0f4cffbf2166b0be3805849235cb9f416..4cd19a01b1b8ba373107e3b899b372c2f843ec38 100644 (file)
@@ -21,7 +21,7 @@ package com.vaadin.shared.ui.grid;
  * {@link com.vaadin.ui.components.grid.Grid server}) /
  * {@link com.vaadin.client.ui.grid.Escalator Escalator}.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  * @see com.vaadin.client.ui.grid.Grid#setHeightMode(HeightMode)
  * @see com.vaadin.ui.components.grid.Grid#setHeightMode(HeightMode)
index 6be9e04cbc9754fe00cac00157b9a942c51cf857..21e70d3dbf7f7fbc8a1757c2b3f8fc7abe60e415 100644 (file)
@@ -27,7 +27,7 @@ import java.io.Serializable;
  * The range is considered {@link #isEmpty() empty} if the start is the same as
  * the end.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public final class Range implements Serializable {
index 43d5fcc21b8c13622f412137f377678c3cb11e65..64cf070e4697bf3ac066750d53b6826e9fa8833f 100644 (file)
@@ -19,7 +19,7 @@ package com.vaadin.shared.ui.grid;
  * Enumeration, specifying the destinations that are supported when scrolling
  * rows or columns into view.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public enum ScrollDestination {