aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused field in ComboBoxfeature/eventbusHenri Sara2016-07-291-7/+0
| | | | Change-Id: I611767b23f55cc9f497e04dee2bf447e72155aca
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-07-293-17/+11
| | | | Change-Id: Ic6da82bc309d90d769e9967feee7fb8a58e9fffc
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-07-291-6/+0
| | | | | | This was already in the shared state. Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
* Add PasswordField, TextArea, missing API to AbstractTextFieldAleksi Hietanen2016-07-2912-74/+627
| | | | Change-Id: I7e70a69c77157ccdff24a4f9a88a551b18920a4d
* Merge remote-tracking branch 'origin/master' into feature/vaadin8Henri Sara2016-07-262-0/+4
|\ | | | | | | Change-Id: I7418adad42df8c4416d28be4030d2a6104cf7d05
| * Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
| | | | | | | | Change-Id: I659561533420af1977003f918eb8f3f6479c6b6f
* | 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
* | Minor ComboBox client side cleanup (#19929)Henri Sara2016-07-222-27/+2
| | | | | | | | | | | | Remove unused references to immediate flags. Change-Id: I780fcf44f9824a132acb35d37d40d8c969d4f0f3
* | Move combo box selection update logic to handler (#19929)Henri Sara2016-07-222-90/+136
| | | | | | | | | | | | | | Move logic related to updating the selection to the handler and VFilterSelect. Change-Id: I537d3cd23a3e990de1be578a506029c930c55da7
* | Move more combo logic to handler (#19929)Henri Sara2016-07-212-59/+63
| | | | | | | | | | | | | | | | | | - Move waitingForFilteringResponse etc. to the data received handler. - Change some setters to parameterless methods that trigger a state transition. Change-Id: Ifb92207853d4ec76db846945f69a426c885562ed
* | Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-07-212-119/+156
| | | | | | | | | | | | | | | | | | | | Move parts of the request handling to a separate handler class that keeps track of the current communication state etc. This is an intermediate change. Later changes should move waitingForFilteringResponse etc. to the handler. Change-Id: I762d15cc4b54ead3003e6d9d913e2a975256644c
* | Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-07-212-36/+30
| | | | | | | | | | | | | | The flag is only used by the connector to temporarily block certain operations. Change-Id: I90cabcb26d938a6db342ff549ac2e4b8d8998aeb
* | Move data model classes to a more appropriate packageJohannes Dahlström2016-07-2121-31/+36
| | | | | | | | Change-Id: I7d1e61e1cf65bbdd0024e7b648a545ae5d75551f
* | Refactor ComboBox pending selection handling (#19929)Henri Sara2016-07-212-80/+62
| | | | | | | | | | | | | | | | Move the handling of selection when a navigation operation pends on server reply to the connector, with a callback that actually performs the selection. Change-Id: I3fa95cda6d7e02ce5aa4140ed341b2d1ba74abfc
* | Use accessors for combo internal state (#19929)Henri Sara2016-07-212-25/+114
| | | | | | | | | | | | | | This is an intermediate step towards refactoring the communication related client side internal state management. Change-Id: I31ba382fb195b7b7c80de35f464db2510ecd9515
* | Remove obsolete code (#19929)Henri Sara2016-07-210-0/+0
| | | | | | | | | | | | | | | | A previous change left a few obsolete lines related to pageLength in ComboBoxConnector.updateFromUIDL(). Those are removed here. Change-Id: I4c2d151afbb1acf604e4c24ed320b12ce5632b1f
* | Updated Grid overview to Vaadin 8.Sami Ekblad2016-07-211-31/+1
| | | | | | | | Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2
* | Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-07-212-17/+27
| | | | | | | | Change-Id: I403ca3a62e04c03594608fd5d75a97991f7dda3d
* | Refactor ComboBox item painting (#19929)Henri Sara2016-07-211-26/+51
| | | | | | | | | | | | | | | | | | | | This is an intermediate step towards a different approach to sending items from server to client. An unused null selection item attribute was removed, as the information is currently communicated outside the item. Change-Id: I9c08d627bcf48fd42793595795aeb3ac49c2fef6
* | Add default methods for selection handling to ListingTeemu Suo-Anttila2016-07-211-2/+50
| | | | | | | | Change-Id: Id12f423eb5733d3894561fc9d572e70a40aef469
* | Request ComboBox pages with RPC (#19929)Henri Sara2016-07-213-16/+27
| | | | | | | | | | | | | | | | | | | | All client to server communication of ComboBox is now done with RPC. There is still an empty changeVariables() methods to override the default behavior in AbstractSelect. Change-Id: Ic11ea48cac1846272609f6e4107bb0006d18494c
* | Updated StreadResource example and screenshot, as well as various diagrams. ↵Marko Gronroos2016-07-2116-1043/+1078
| | | | | | | | | | | | #19897 Change-Id: I8a52ca754262a32487d6c8330d0382635d9fedca
* | Move ComboBox filtering mode to state (#19929)Henri Sara2016-07-213-21/+16
| | | | | | | | Change-Id: Ida38de55e1fc06aa6ec5e693f34cd5bc14ac4fc5
* | Rename setOptions to setItems in Listing interfaceTeemu Suo-Anttila2016-07-212-3/+3
| | | | | | | | Change-Id: I344abf00b9f15ef15c93de12addaa435e8d5fe6b
* | Move ComboBox pageLength to state (#19929)Henri Sara2016-07-216-30/+17
| | | | | | | | | | | | | | Use shared state for the page length and update related tests. This change also removes an unused widget field. Change-Id: Id8719661121a9570be40028da09e32f27bec82b5
* | Send ComboBox selection with RPC (#19929)Henri Sara2016-07-215-39/+47
| | | | | | | | | | | | Send the selection from the client to the server with RPC. Change-Id: Ic32d869c3dc2a8806f9c7cfd1f3db8263a5379a9
* | Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-07-213-18/+61
| | | | | | | | | | | | | | | | Send focus and blur events using RPC instead of in UIDL. This change does not use ConnectorFocusAndBlurHandler to preserve old timings. Change-Id: I1d58756e3955a11864b1ef00abcd27525a4db593
* | Create new items with RPC (#19929)Henri Sara2016-07-213-13/+21
| | | | | | | | | | | | | | When the user creates a new item, send it with client to server RPC. Change-Id: I1b92073dc2791911e4916d17f749dc1f35e54bca
* | Move ComboBox communication to connector (#19929)Henri Sara2016-07-212-25/+94
| | | | | | | | | | | | | | This change extracts the client to server communication methods of VFilterSelect and moves them to the connector. Change-Id: I07f61abeda503de5d63e332d8ead10cf312115ba
* | Create ComboBoxServerRpc stub (#19229)Henri Sara2016-07-213-6/+46
| | | | | | | | | | | | Create an empty client to server RPC implementation for ComboBox. Change-Id: I348208fefb267765814383559e55866bc0933e4b
* | Use shared state in ComboBox (#19229)Henri Sara2016-07-213-53/+65
| | | | | | | | | | | | | | This change uses shared state for the read-only flag, text input allowed flag and input prompt. Change-Id: I3bdc6843288c5309311461a3d036293d79004e22
* | 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
* | Add a basic Validator support to BinderJohannes Dahlström2016-07-193-33/+372
| | | | | | | | | | | | Also improve Javadocs quite a bit. Change-Id: I076490a572cec611ba27f59885a7f9e347ea998a