]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix Escalator javadocs (#9421)
authorPekka Hyvönen <pekka@vaadin.com>
Wed, 24 May 2017 09:51:44 +0000 (12:51 +0300)
committerAleksi Hietanen <aleksi@vaadin.com>
Wed, 24 May 2017 09:51:44 +0000 (12:51 +0300)
client/src/main/java/com/vaadin/client/widgets/Escalator.java

index 1a96f7b771036efb827286f2e2e8fa6b2c9c76e0..0c9fdd224a08d9c443713b614321d94c17741be3 100644 (file)
@@ -6797,8 +6797,9 @@ public class Escalator extends Widget
     }
 
     /**
-     * Returns the {@code <div class="v-grid-tablewrapper" />} element which has
-     * the table inside it.
+     * Returns the {@code <div class="{primary-stylename}-tablewrapper" />}
+     * element which has the table inside it. {primary-stylename} is .e.g
+     * {@code v-grid}.
      * <p>
      * <em>NOTE: you should not do any modifications to the returned element.
      * This API is only available for querying data from the element.</em>