diff options
Diffstat (limited to 'documentation/components/components-overview.asciidoc')
-rw-r--r-- | documentation/components/components-overview.asciidoc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc index 0a035a3c00..5d0ccdbaca 100644 --- a/documentation/components/components-overview.asciidoc +++ b/documentation/components/components-overview.asciidoc @@ -63,7 +63,6 @@ abstract class. ((("[classname]#AbstractListing#"))) There are three more specific types of components. -Field Components:: allow user to edit a value in the UI. All extend [classname]#AbstractField#. Field components are described in detail in <<components-fields#components.fields,"Field Components">>. Selection Component:: show a list of data that the user can select from. All extend [classname]#AbstractListing#. Selection components are described in detail in @@ -82,8 +81,7 @@ documentation, and a code samples for each of the components. In addition to the built-in components, many components are available as add-ons, either from the Vaadin Directory or from independent sources. Both commercial and free components exist. The installation of add-ons is described -in -<<../addons/addons-overview#addons.overview,"Using +in <<../addons/addons-overview#addons.overview,"Using Vaadin Add-ons">>. //// |