aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Rescaled images in layout chapter. Various small formatting fixes. Updated ↵Marko Gronroos2016-07-2530-293/+181
| | | | | | history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731
* Revised component abstractions diagram (#19897).Marko Gronroos2016-07-224-1248/+2336
| | | | Change-Id: I09f86fce44600cce4365bd1e80f8d4ef1a2e415c
* BoV: Updated selection components to Vaadin 8.Sami Ekblad2016-07-221-276/+154
| | | | Change-Id: Idb4fff857bcdf9d33ecb8d4fd3062ffea96d5391
* BoV: Updated Java version compatibility notes to Java 8.Sami Ekblad2016-07-224-26/+21
| | | | Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e
* Revised components diagram (#19897), fixed a fatal bug in Grid section.Marko Gronroos2016-07-225-2192/+3405
| | | | Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4
* BoV: Updated library list in Getting Started to Vaadin 8.Sami Ekblad2016-07-224-17/+11
| | | | Change-Id: I96401a60e2e06bff02d89f5b8cd83aa293a948fc
* Revised toolchain, architecture, events, button, and textfield diagrams, ↵Marko Gronroos2016-07-2217-3808/+4088
| | | | | | etc. #19897 Change-Id: I6a1ff2264ee17f8b16c99494b855b619e9984a19
* BoV: Vaadin 8 changes to Grid documentation.Sami Ekblad2016-07-221-450/+181
| | | | Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde
* Added notes to Tree and TreeTable about them using the old style data API.Sami Ekblad2016-07-222-0/+10
| | | | Change-Id: I845a75b086bdf11f9c4545416c6126c404041ee8
* BoV: Components/Fields: Data binding and validation using BinderJohannes Dahlström2016-07-221-222/+104
| | | | Change-Id: Iffc4a87bb907d68a1163774266401023ba7d644f
* BoV: Components/Slider: API changesJohannes Dahlström2016-07-221-20/+8
| | | | Change-Id: I3a3056c86fae6629da8aeec6115b9650c954967c
* BoV: Components/TwinColSelect: Selection API changesJohannes Dahlström2016-07-221-9/+7
| | | | Change-Id: I6660e0036c99122970c54131e5c6004bf2c4fe96
* BoV: Components/ListSelect,NativeSelect,OptionGroup: Small API changesJohannes Dahlström2016-07-223-20/+12
| | | | Change-Id: Id057e602ed286025a80afbd69ecd44f770158297
* BoV: Components/Button,CheckBox: Listener API updatesJohannes Dahlström2016-07-222-23/+13
| | | | Change-Id: I266bf780d24e411b17d449ff5f9ce880fad53d36
* BoV: DateField: Update to use LocalDate, remove references to timeJohannes Dahlström2016-07-221-36/+30
| | | | Change-Id: I649b32ea4e1f69538fa1ca7cc765cdd51dfb9f32
* BoV: Components/TextField: Remove old databinding, start TextChangeEvent rewriteJohannes Dahlström2016-07-221-158/+46
| | | | Change-Id: I69cd0b3f0cc91351449b2fa6f212c5eb69ce82d6
* BoV: Components/Label: Remove references to old databindingJohannes Dahlström2016-07-221-54/+4
| | | | Change-Id: I329c725b545df065c1bea133438d685cf7fd9791
* Updated Grid overview to Vaadin 8.Sami Ekblad2016-07-211-31/+1
| | | | Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2
* Updated StreadResource example and screenshot, as well as various diagrams. ↵Marko Gronroos2016-07-2116-1043/+1078
| | | | | | #19897 Change-Id: I8a52ca754262a32487d6c8330d0382635d9fedca
* Removed Validators from FormLayout example.Sami Ekblad2016-07-201-2/+0
|
* Revised client-side arch, Java Servlet, new project, view navigation, and ↵Marko Gronroos2016-07-1921-6892/+7427
| | | | | | basic UI schematic diagrams (#19897). Mostly disabled and rearranged Table section, etc. Change-Id: Iedcd7bfc04c53b7d1cdf621261234688d21a52f3
* Vaadin 8 terminology changes: Field ComponentsJohannes Dahlström2016-07-181-14/+12
| | | | Change-Id: I59859f107cb70e2f570573b494a1ac224542ff21
* Update old Vaadin 6 code: Common Component Features - Sizing ComponentsJohannes Dahlström2016-07-181-6/+5
| | | | Change-Id: I97136b61d3c7ee2b229119d6d99435c73937a761
* Vaadin 8 example code changes: Server-Side Components - Common Component ↵Johannes Dahlström2016-07-181-33/+22
| | | | | | Features Change-Id: Ibdf8fa97cdc4cb9f65c83ea01bb8d6c26dcb2ade
* Merge "Merge remote-tracking branch 'origin/master' into feature/vaadin8" ↵Leif Åstrand2016-07-183-52/+36
|\ | | | | | | into feature/vaadin8
| * Merge remote-tracking branch 'origin/master' into feature/vaadin8Leif Åstrand2016-07-183-52/+36
| |\ | | | | | | | | | Change-Id: I12a87d0b61a928da6af38fcd629420016f6090e0
| | * Scaled images and fixes to Grid, FormLayout, and Slider docs. #19835Marko Gronroos2016-07-134-64/+54
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6007358e1240c458d3b9148d4def6729d4c42aac Updated a Slider diagram. #19835 Change-Id: I4d0a75b5f85bcce37e8579b7544672c2433f50f1
| | * Basic documentation of the declarative format for ordered layouts.Marko Gronroos2016-07-131-5/+42
| | | | | | | | | | | | Change-Id: Ie12ff05f8dd22677727127bec33cf2c4ba046c6b
| | * Add basic AppWidgetset documentationTeemu Suo-Anttila2016-07-1240-674/+2806
| | | | | | | | | | | | Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
| | * Added videos to the tutorial.Alejandro Duarte2016-07-121-6/+33
| | | | | | | | | | | | Change-Id: I4432d0b6bbc6c9c3152e9bde58e8305bf8a25ead
| | * Fixed notification message images and updated layout schematic diagram. #19835Marko Gronroos2016-06-302-14/+20
| | | | | | | | | | | | Change-Id: I3e14463a11e24cfeeafb1cddd7a42927e6897073
| | * Scaled images for print edition and fixed errors up to the beginning of ↵Marko Gronroos2016-06-3074-1073/+2601
| | | | | | | | | | | | | | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
* | | Vaadin 8 terminology changes: Server-Side Applications OverviewJohannes Dahlström2016-07-181-11/+7
|/ / | | | | | | Change-Id: Ib6cd2af885d819c3e743137a56f75c63e891ac8c
* | Revised diagrams in intro, installation, architecture, and application ↵Marko Gronroos2016-07-1847-16024/+9163
| | | | | | | | | | | | chapters. #19897 Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733
* | Vaadin 8 terminology changes: Architecture OverviewJohannes Dahlström2016-07-181-8/+5
| | | | | | | | Change-Id: I78a2a3a0a75527cf12c2c6d626272dc35bb18ba6
* | Add basic AppWidgetset documentationTeemu Suo-Anttila2016-07-1340-674/+2806
| | | | | | | | Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
* | Added videos to the tutorial.Alejandro Duarte2016-07-131-6/+33
| | | | | | | | Change-Id: I4432d0b6bbc6c9c3152e9bde58e8305bf8a25ead
* | Fixed notification message images and updated layout schematic diagram. #19835Marko Gronroos2016-07-132-14/+20
| | | | | | | | Change-Id: I3e14463a11e24cfeeafb1cddd7a42927e6897073
* | Scaled images for print edition and fixed errors up to the beginning of ↵Marko Gronroos2016-07-1374-1073/+2601
|/ | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
* Added a note to JPAContainer chapter that it is no longer recommended.Marko Gronroos2016-06-101-5/+6
| | | | Change-Id: I4fcc1af9916fa84523531d7886812e3a6d2af0fc
* Fixed wrong font include.Sami Ekblad2016-06-101-1/+1
| | | | | | This fixes https://dev.vaadin.com/ticket/19800 Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
* Unneeded duplicate of the word "should"Vlad2016-06-091-1/+1
| | | | | | Just a typo Change-Id: I814c583f91fa6724f8ad8785c8cc2ae939aa99f4
* added one missing "you"Fredrik Rönnlund2016-05-021-1/+1
| | | | Change-Id: Ibe297192a67271ad0d5349e12ddeaa95af0ad9c8
* Update gwt-rpc.asciidocEnver Haase2016-05-021-1/+1
| | | | Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9
* Update clientside-debugging.asciidocEnver Haase2016-05-021-1/+1
| | | | Change-Id: I2c5c962bdd572b697b992046a139d8d8f653133f
* Update advanced-dragndrop.asciidocGuglielmo Moretti2016-05-021-1/+1
| | | | | | Error on formatting at line 299 Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41
* GWT history frame is not needed in embeddingJonni Nakari2016-05-021-20/+0
| | | | | | Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe. Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
* Fixed language mistakeselmot2016-04-283-8/+6
| | | | Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
* Update Eclipse documentation for preferences paneMarkus Koivisto2016-04-252-12/+13
| | | | Change-Id: Ibb1a51b708a7ba4d78f56447d7054ee3c6297193
* Fixed typo in tutorialAlejandro Duarte2016-04-181-1/+1
| | | | Change-Id: I9f49acded4bc36e0a7ae789729eaa2b50859b614