summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-03-26 11:27:21 +0200
committerLeif Åstrand <leif@vaadin.com>2015-03-26 11:27:21 +0200
commiteb3406247e397c23d447bf4fd84a5052a0488876 (patch)
tree69531c22d028d32d95fcb74fc61d4bba651b949b /client
parentda95f395add4916d0544858c87b448ddc5d03881 (diff)
downloadvaadin-framework-eb3406247e397c23d447bf4fd84a5052a0488876.tar.gz
vaadin-framework-eb3406247e397c23d447bf4fd84a5052a0488876.zip
Update all empty since tags published in alpha1
Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java2
-rw-r--r--client/src/com/vaadin/client/data/AbstractRemoteDataSource.java2
-rw-r--r--client/src/com/vaadin/client/widget/escalator/RowContainer.java2
-rw-r--r--client/src/com/vaadin/client/widget/escalator/Spacer.java2
-rw-r--r--client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/AutoScroller.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/CellReference.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/DetailsGenerator.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java2
-rw-r--r--client/src/com/vaadin/client/widgets/Escalator.java4
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java38
14 files changed, 33 insertions, 33 deletions
diff --git a/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java b/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
index e8c7ee5286..627ee74eca 100644
--- a/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
+++ b/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
@@ -48,7 +48,7 @@ public class RpcDataSourceConnector extends AbstractExtensionConnector {
* A callback interface to let {@link GridConnector} know that detail
* visibilities might have changed.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
interface DetailsListener {
diff --git a/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java b/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
index 152b66f2ca..88977d85ec 100644
--- a/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
+++ b/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
@@ -341,7 +341,7 @@ public abstract class AbstractRemoteDataSource<T> implements DataSource<T> {
* A hook that can be overridden to do something whenever a row is dropped
* from the cache.
*
- * @since
+ * @since 7.5.0
* @param rowIndex
* the index of the dropped row
*/
diff --git a/client/src/com/vaadin/client/widget/escalator/RowContainer.java b/client/src/com/vaadin/client/widget/escalator/RowContainer.java
index b7aae1f4f3..abab25046c 100644
--- a/client/src/com/vaadin/client/widget/escalator/RowContainer.java
+++ b/client/src/com/vaadin/client/widget/escalator/RowContainer.java
@@ -39,7 +39,7 @@ public interface RowContainer {
* <p>
* The body section can contain both rows and spacers.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
* @see com.vaadin.client.widgets.Escalator#getBody()
*/
diff --git a/client/src/com/vaadin/client/widget/escalator/Spacer.java b/client/src/com/vaadin/client/widget/escalator/Spacer.java
index 1e9985d6c1..6ccef88f0d 100644
--- a/client/src/com/vaadin/client/widget/escalator/Spacer.java
+++ b/client/src/com/vaadin/client/widget/escalator/Spacer.java
@@ -21,7 +21,7 @@ import com.google.gwt.dom.client.Element;
* A representation of a spacer element in a
* {@link com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer}.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public interface Spacer {
diff --git a/client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java b/client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java
index 01d715fdd0..49adefd536 100644
--- a/client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java
+++ b/client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java
@@ -23,7 +23,7 @@ import com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer;
* The updater is responsible for making sure all elements are properly
* constructed and cleaned up.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
* @see Spacer
* @see BodyRowContainer
diff --git a/client/src/com/vaadin/client/widget/grid/AutoScroller.java b/client/src/com/vaadin/client/widget/grid/AutoScroller.java
index 83d8bf0b62..f2e44196ec 100644
--- a/client/src/com/vaadin/client/widget/grid/AutoScroller.java
+++ b/client/src/com/vaadin/client/widget/grid/AutoScroller.java
@@ -34,7 +34,7 @@ import com.vaadin.client.widgets.Grid;
* Grid when the cursor is close enough the edge of the body of the grid,
* depending on the scroll direction chosen.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public class AutoScroller {
diff --git a/client/src/com/vaadin/client/widget/grid/CellReference.java b/client/src/com/vaadin/client/widget/grid/CellReference.java
index 2e50480646..e783cb92ae 100644
--- a/client/src/com/vaadin/client/widget/grid/CellReference.java
+++ b/client/src/com/vaadin/client/widget/grid/CellReference.java
@@ -105,7 +105,7 @@ public class CellReference<T> {
* Gets the index of the cell in the DOM. The difference to
* {@link #getColumnIndex()} is caused by hidden columns.
*
- * @since
+ * @since 7.5.0
* @return the index of the column in the DOM
*/
public int getColumnIndexDOM() {
diff --git a/client/src/com/vaadin/client/widget/grid/DetailsGenerator.java b/client/src/com/vaadin/client/widget/grid/DetailsGenerator.java
index 103bf96291..b9427091a7 100644
--- a/client/src/com/vaadin/client/widget/grid/DetailsGenerator.java
+++ b/client/src/com/vaadin/client/widget/grid/DetailsGenerator.java
@@ -20,7 +20,7 @@ import com.google.gwt.user.client.ui.Widget;
/**
* A callback interface for generating details for a particular row in Grid.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public interface DetailsGenerator {
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java b/client/src/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java
index c72da0c48e..1712871089 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java
@@ -23,7 +23,7 @@ import com.google.gwt.event.shared.GwtEvent;
* @param <T>
* The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public class ColumnReorderEvent<T> extends GwtEvent<ColumnReorderHandler<T>> {
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java b/client/src/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java
index 4733ed8bc0..29c476058e 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java
@@ -24,7 +24,7 @@ import com.google.gwt.event.shared.EventHandler;
* @param <T>
* The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public interface ColumnReorderHandler<T> extends EventHandler {
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java b/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java
index 4c25f7a61b..63b788bcf2 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java
@@ -25,7 +25,7 @@ import com.vaadin.client.widgets.Grid.Column;
* @param <T>
* The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public class ColumnVisibilityChangeEvent<T> extends
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java b/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java
index 10a7660954..542fe4e3c1 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java
@@ -23,7 +23,7 @@ import com.google.gwt.event.shared.EventHandler;
*
* @param<T> The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public interface ColumnVisibilityChangeHandler<T> extends EventHandler {
diff --git a/client/src/com/vaadin/client/widgets/Escalator.java b/client/src/com/vaadin/client/widgets/Escalator.java
index 87f19d2ded..2b3a254b52 100644
--- a/client/src/com/vaadin/client/widgets/Escalator.java
+++ b/client/src/com/vaadin/client/widgets/Escalator.java
@@ -5824,7 +5824,7 @@ public class Escalator extends Widget implements RequiresResize,
* Returns the scroll width for the escalator. Note that this is not
* necessary the same as {@code Element.scrollWidth} in the DOM.
*
- * @since
+ * @since 7.5.0
* @return the scroll width in pixels
*/
public double getScrollWidth() {
@@ -5835,7 +5835,7 @@ public class Escalator extends Widget implements RequiresResize,
* Returns the scroll height for the escalator. Note that this is not
* necessary the same as {@code Element.scrollHeight} in the DOM.
*
- * @since
+ * @since 7.5.0
* @return the scroll height in pixels
*/
public double getScrollHeight() {
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java
index 5ed2f2f949..8316cb8b45 100644
--- a/client/src/com/vaadin/client/widgets/Grid.java
+++ b/client/src/com/vaadin/client/widgets/Grid.java
@@ -653,7 +653,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Returns <code>true</code> if this row contains spanned cells.
*
- * @since
+ * @since 7.5.0
* @return does this row contain spanned cells
*/
public boolean hasSpannedCells() {
@@ -3121,7 +3121,7 @@ public class Grid<T> extends ResizeComposite implements
* column hiding toggles and custom widgets become visible once the sidebar
* has been opened.
*
- * @since
+ * @since 7.5.0
*/
private static class Sidebar extends Composite {
@@ -4262,7 +4262,7 @@ public class Grid<T> extends ResizeComposite implements
* Hides or shows the column. By default columns are visible before
* explicitly hiding them.
*
- * @since
+ * @since 7.5.0
* @param hidden
* <code>true</code> to hide the column, <code>false</code>
* to show
@@ -4307,7 +4307,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Is this column hidden. Default is {@code false}.
*
- * @since
+ * @since 7.5.0
* @return <code>true</code> if the column is currently hidden,
* <code>false</code> otherwise
*/
@@ -4322,7 +4322,7 @@ public class Grid<T> extends ResizeComposite implements
* <em>Note:</em> it is still possible to hide the column
* programmatically using {@link #setHidden(boolean)}.
*
- * @since
+ * @since 7.5.0
* @param hidable
* <code>true</code> if the user can hide this column,
* <code>false</code> if not
@@ -4341,7 +4341,7 @@ public class Grid<T> extends ResizeComposite implements
* <em>Note:</em> the column can be programmatically hidden using
* {@link #setHidden(boolean)} regardless of the returned value.
*
- * @since
+ * @since 7.5.0
* @return <code>true</code> if the user can hide the column,
* <code>false</code> if not
*/
@@ -5349,7 +5349,7 @@ public class Grid<T> extends ResizeComposite implements
* <p>
* No {@link Column#isHidden() hidden} columns included.
*
- * @since
+ * @since 7.5.0
* @return A unmodifiable list of the currently visible columns in the grid
*/
public List<Column<?, T>> getVisibleColumns() {
@@ -5989,7 +5989,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Sets the horizontal scroll offset
*
- * @since
+ * @since 7.5.0
* @param px
* the number of pixels this grid should be scrolled right
*/
@@ -6009,7 +6009,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Returns the height of the scrollable area in pixels.
*
- * @since
+ * @since 7.5.0
* @return the height of the scrollable area in pixels
*/
public double getScrollHeight() {
@@ -6019,7 +6019,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Returns the width of the scrollable area in pixels.
*
- * @since
+ * @since 7.5.0
* @return the width of the scrollable area in pixels.
*/
public double getScrollWidth() {
@@ -7051,7 +7051,7 @@ public class Grid<T> extends ResizeComposite implements
* Register a column reorder handler to this Grid. The event for this
* handler is fired when the Grid's columns are reordered.
*
- * @since
+ * @since 7.5.0
* @param handler
* the handler for the event
* @return the registration for the event
@@ -7065,7 +7065,7 @@ public class Grid<T> extends ResizeComposite implements
* Register a column visibility change handler to this Grid. The event for
* this handler is fired when the Grid's columns change visibility.
*
- * @since
+ * @since 7.5.0
* @param handler
* the handler for the event
* @return the registration for the event
@@ -7129,7 +7129,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Returns whether columns can be reordered with drag and drop.
*
- * @since
+ * @since 7.5.0
* @return <code>true</code> if columns can be reordered, false otherwise
*/
public boolean isColumnReorderingAllowed() {
@@ -7139,7 +7139,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Sets whether column reordering with drag and drop is allowed or not.
*
- * @since
+ * @since 7.5.0
* @param columnReorderingAllowed
* specifies whether column reordering is allowed
*/
@@ -7572,7 +7572,7 @@ public class Grid<T> extends ResizeComposite implements
* <p>
* The currently opened row details will be re-rendered.
*
- * @since
+ * @since 7.5.0
* @param detailsGenerator
* the details generator to set
* @throws IllegalArgumentException
@@ -7595,7 +7595,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Gets the current details generator for row details.
*
- * @since
+ * @since 7.5.0
* @return the detailsGenerator the current details generator
*/
public DetailsGenerator getDetailsGenerator() {
@@ -7608,7 +7608,7 @@ public class Grid<T> extends ResizeComposite implements
* This method does nothing if trying to set show already-visible details,
* or hide already-hidden details.
*
- * @since
+ * @since 7.5.0
* @param rowIndex
* the index of the affected row
* @param visible
@@ -7651,7 +7651,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Check whether the details for a row is visible or not.
*
- * @since
+ * @since 7.5.0
* @param rowIndex
* the index of the row for which to check details
* @return <code>true</code> iff the details for the given row is visible
@@ -7680,7 +7680,7 @@ public class Grid<T> extends ResizeComposite implements
* The grid's sidebar shows the column hiding options for those columns that
* have been set as {@link Column#setHidable(boolean) hidable}.
*
- * @since
+ * @since 7.5.0
* @return the sidebar widget for this grid
*/
private Sidebar getSidebar() {