diff options
author | Henri Sara <hesara@vaadin.com> | 2015-07-02 09:44:27 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-07-02 09:44:27 +0300 |
commit | e13f2d53bc9deca2797c1699b974059a5f992616 (patch) | |
tree | 4b7ae0bf8b2f8ef04bcbc73f8557f97012893c8c /server/src/com/vaadin/ui | |
parent | 9b036cd88b9911505c7cd6d452c2a3257ae7fe9c (diff) | |
download | vaadin-framework-e13f2d53bc9deca2797c1699b974059a5f992616.tar.gz vaadin-framework-e13f2d53bc9deca2797c1699b974059a5f992616.zip |
Update @since tags for 7.6
Change-Id: I764ebdbf656aecede222d5a5362ac6abcdbcb949
Diffstat (limited to 'server/src/com/vaadin/ui')
-rw-r--r-- | server/src/com/vaadin/ui/AbstractFocusable.java | 2 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/AbstractFocusable.java b/server/src/com/vaadin/ui/AbstractFocusable.java index b9705cef6a..ad3b96f29b 100644 --- a/server/src/com/vaadin/ui/AbstractFocusable.java +++ b/server/src/com/vaadin/ui/AbstractFocusable.java @@ -29,7 +29,7 @@ import com.vaadin.ui.Component.Focusable; * An abstract base class for focusable components. Includes API for setting the * tab index, programmatic focusing, and adding focus and blur listeners. * - * @since + * @since 7.6 * @author Vaadin Ltd */ public abstract class AbstractFocusable extends AbstractComponent implements diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index 64f26b6205..80af88e32b 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -6115,7 +6115,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier, * Sets the buffered editor mode. The default mode is buffered ( * <code>true</code>). * - * @since + * @since 7.6 * @param editorBuffered * <code>true</code> to enable buffered editor, * <code>false</code> to disable it @@ -6136,7 +6136,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier, /** * Gets the buffered editor mode. * - * @since + * @since 7.6 * @return <code>true</code> if buffered editor is enabled, * <code>false</code> otherwise */ |