diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-05-12 10:50:45 +0300 |
---|---|---|
committer | Teppo Kurki <teppo.kurki@vaadin.com> | 2015-05-12 11:02:15 +0000 |
commit | 22271249251894dfc7cfbebad6b4d2faf4c0313e (patch) | |
tree | 31892d24366c14da9e1f6767b35bd4f51f80e95e /server/src/com/vaadin/ui/Grid.java | |
parent | c30438b27d474e5f47d7f58045b77bbcb606ff7a (diff) | |
download | vaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.tar.gz vaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.zip |
Add missing @since for 7.5
Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
Diffstat (limited to 'server/src/com/vaadin/ui/Grid.java')
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index ac5efad5e4..5cc1a6752e 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -3175,14 +3175,16 @@ public class Grid extends AbstractComponent implements SelectionNotifier, return getState().hidable; } - /* + /** * Writes the design attributes for this column into given element. * * @since 7.5.0 * - * @param design Element to write attributes into + * @param design + * Element to write attributes into * - * @param designContext the design context + * @param designContext + * the design context */ protected void writeDesign(Element design, DesignContext designContext) { Attributes attributes = design.attributes(); @@ -4303,6 +4305,8 @@ public class Grid extends AbstractComponent implements SelectionNotifier, * added for any property id in propertyIds that has no corresponding column * in this Grid. * + * @since 7.5.0 + * * @param propertyIds * properties in the desired column order */ |