diff options
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 */ |