summaryrefslogtreecommitdiffstats
path: root/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
diff options
context:
space:
mode:
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-05-22 09:22:12 +0300
committerGitHub <noreply@github.com>2019-05-22 09:22:12 +0300
commit2851f5c2d1353d1419f05a45e981396a1ce2cdf2 (patch)
tree4a176ca26ef9c3868e324a1556f7b243e662a7ab /documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
parent543a842e673f74b4053bcd22d1603bc3a84e6534 (diff)
downloadvaadin-framework-2851f5c2d1353d1419f05a45e981396a1ce2cdf2.tar.gz
vaadin-framework-2851f5c2d1353d1419f05a45e981396a1ce2cdf2.zip
Migrate blog post (#11579)
* Migrate blog post to articles * Add to Content list * Add link to the referred content
Diffstat (limited to 'documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc')
-rw-r--r--documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
index 4f040ae160..17bea976ff 100644
--- a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
+++ b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
@@ -503,7 +503,7 @@ database using “lazy loading” implementations of the
https://vaadin.com/api/com/vaadin/data/Container.html[Container API].
You can pretty easily write a totally custom version for your specific
use case, but the strongly suggested method is to use helpers like
-LazyList or https://vaadin.com/addon/lazy-query-container[LazyQueryContainer]
+<<ConnectingLargeAmountsOfDdataToUI#connecting-large-amounts-of-data-to-ui,"LazyList">> or https://vaadin.com/addon/lazy-query-container[LazyQueryContainer]
instead.
[[structuring_your_ui_code]]