diff options
author | Sebastian Köhler <dr.sebastian.koehler@gmail.com> | 2018-02-28 10:26:44 +0100 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-02-28 12:26:44 +0300 |
commit | 8238c9eaddf4357c670fbe0b21c57ac57fab6fc9 (patch) | |
tree | e323993e4c7c284ae0025639fba9699150729c80 | |
parent | 55b3828a002279c27059b2dfeaccd8240a6ab0f2 (diff) | |
download | vaadin-framework-8238c9eaddf4357c670fbe0b21c57ac57fab6fc9.tar.gz vaadin-framework-8238c9eaddf4357c670fbe0b21c57ac57fab6fc9.zip |
Update datamodel-providers.asciidoc (#10664)
-rw-r--r-- | documentation/datamodel/datamodel-providers.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/datamodel/datamodel-providers.asciidoc b/documentation/datamodel/datamodel-providers.asciidoc index dd10782b1e..9b3c4dadd0 100644 --- a/documentation/datamodel/datamodel-providers.asciidoc +++ b/documentation/datamodel/datamodel-providers.asciidoc @@ -10,8 +10,8 @@ layout: page A common pattern in applications is that the user is first presented with a list of items, from which she selects one or several items to continue working with. These items could be inventory records to survey, messages to respond to or blog drafts to edit or publish. -A [interfacename]#Listing# is a component that displays one or several properties from a list of item, allowing the user to inspect the data, mark items as selected and in some cases even edit the item directly through the component. -While each listing component has it's own API for configuring exactly how the data is represented and how it can be manipulated, they all share the same mechanisms for receiving data to show. +A [interfacename]#Listing# is a component that displays one or several properties from a list of items, allowing the user to inspect the data, mark items as selected and in some cases even edit the item directly through the component. +While each listing component has its own API for configuring exactly how the data is represented and how it can be manipulated, they all share the same mechanisms for receiving data to show. The items are generally either loaded directly from memory or lazy loaded from some kind of backend. Regardless of how the items are loaded, the component is configured with one or several callbacks that define how the item should be displayed. |