From d75ad04109dbe5fb77b87009a273282b32fec717 Mon Sep 17 00:00:00 2001 From: Mika Murtojarvi Date: Fri, 29 May 2015 13:41:53 +0300 Subject: Add @since 7.5 Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6 --- client/src/com/vaadin/client/ui/ui/UIConnector.java | 2 +- client/src/com/vaadin/client/widget/grid/EventCellReference.java | 8 ++++---- client/src/com/vaadin/client/widgets/Grid.java | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'client/src') diff --git a/client/src/com/vaadin/client/ui/ui/UIConnector.java b/client/src/com/vaadin/client/ui/ui/UIConnector.java index 26ccff1191..264b2de0e1 100644 --- a/client/src/com/vaadin/client/ui/ui/UIConnector.java +++ b/client/src/com/vaadin/client/ui/ui/UIConnector.java @@ -814,7 +814,7 @@ public class UIConnector extends AbstractSingleComponentContainerConnector * Sends a request to the server to print a design to the console for the * given component. * - * @since + * @since 7.5 * @param connector * the component connector to output a declarative design for */ diff --git a/client/src/com/vaadin/client/widget/grid/EventCellReference.java b/client/src/com/vaadin/client/widget/grid/EventCellReference.java index 98878339d1..854d91920b 100644 --- a/client/src/com/vaadin/client/widget/grid/EventCellReference.java +++ b/client/src/com/vaadin/client/widget/grid/EventCellReference.java @@ -80,7 +80,7 @@ public class EventCellReference extends CellReference { /** * Is the cell reference for a cell in the header of the Grid. * - * @since + * @since 7.5 * @return true if referenced cell is in the header, * false if not */ @@ -91,7 +91,7 @@ public class EventCellReference extends CellReference { /** * Is the cell reference for a cell in the body of the Grid. * - * @since + * @since 7.5 * @return true if referenced cell is in the body, * false if not */ @@ -102,7 +102,7 @@ public class EventCellReference extends CellReference { /** * Is the cell reference for a cell in the footer of the Grid. * - * @since + * @since 7.5 * @return true if referenced cell is in the footer, * false if not */ @@ -113,7 +113,7 @@ public class EventCellReference extends CellReference { /** * Gets the Grid section where the referenced cell is. * - * @since + * @since 7.5 * @return grid section */ public Section getSection() { diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index 1fed0574dd..22a0ae27fb 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -1287,7 +1287,7 @@ public class Grid extends ResizeComposite implements * @throws IllegalStateException * if this editor is already in edit mode * - * @since + * @since 7.5 */ public void editRow(int rowIndex, int columnIndex) { if (!enabled) { @@ -1496,7 +1496,7 @@ public class Grid extends ResizeComposite implements * Opens the editor overlay over the table row indicated by * {@link #getRow()}. * - * @since + * @since 7.5 */ protected void showOverlay() { @@ -7872,7 +7872,7 @@ public class Grid extends ResizeComposite implements *

* Note: This cell reference will be updated when firing the next event. * - * @since + * @since 7.5 * @return event cell reference */ public EventCellReference getEventCell() { -- cgit v1.2.3