| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* Allow distinct configurable filter and wrapped filter types
This enables implementing the use case that was already described
towards the end of datamodel-providers.asciidoc.
Also swaps the order of the callback type parameters to make all three
match the order of the ConfigurableFilterDataProvider type parameters.
|
| |
|
|
|
|
|
|
|
|
| |
* Migration guide 1st draft
* Restructure and improve migration guide
* Update migrating-to-vaadin8.asciidoc
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change BackEndDataProvider into an interface
BackEndDataProvider is now an interface with methods for setting
sorting options based on SortOrder instances.
AbstractBackEndDataProvider stores sorting options, combines them with
the sorting provided in the query and invokes its own abstract fetch and
size methods.
CallbackDataProvider implements a BackEndDataProvider based on two
lambdas.
This is one of many steps towards #8245
|
|
|
|
| |
* Removed obsolete 'Setting up the Development Environment' link in tutorial'
|
|
|
|
| |
* Avoid using Guava API in the documentation
|
| |
|
|
|
|
| |
* Integrate BeanBinder functionality into Binder
|
|
|
|
| |
* Fix broken Grid documentation addColumn setHeaderCaption
|
|
|
| |
Minor documentation fixes.
|
| |
|
| |
|
| |
|
|
|
| |
Fixes texts and a couple errors in IDEA, components and layout chapters.
|
|
|
| |
Part of vaadin/framework8-issues#538
|
| |
|
|
|
| |
The SplitPanel chapter still uses a Tree in its example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Documentation/application screenshots update
* Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127)
* Update general Component documentation
Part of vaadin/framework8-issues#538
* Documentation/application screenshots update
* Notification types fixed
* Merge branch 'documentation-screenshots-part1' of https://github.com/vaadin/framework into documentation-screenshots-part1
|
|
|
| |
Part of vaadin/framework8-issues#538
|
| |
|
|
|
| |
Fixes vaadin/framework8-issues#580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update documentation chapters 1 - 5.3
Images and diagrams have not been updated,
but unnecessary images have been removed.
* Sync application declarative and architecture sections source code.
Screenshot image is updated to match the source code.
* Old datamodel image is removed.
* Ivy install image is removed.
* Remove unnecessary linking / reference
|
|
|
|
|
|
|
|
|
| |
* Improved English in line 17
Changed
"There is only one Binder instance per form and it is used for all fields in that form" into
"There is only one Binder instance for each form and it is used for all fields in that form"
|
|
|
|
|
| |
Added warning where not updated.
Removed outdated documentation.
Tried to fix parts where it was feasible.
|
|
|
| |
Add initial selection model documentation to datamodel-selection.
|
|
|
|
| |
* Update portal sections (outdated message).
|
|
|
|
|
|
| |
* Fix application documentation for 8
Updated where only small changes, mention not updated when more changes.
|
|
|
|
| |
* Remove jpacontainer section from the docs.
|
|
|
|
| |
* Remove sqlcontainer section.
|
|
|
|
| |
* Add a note about outdated theme doc files.
|
|
|
|
|
|
|
|
|
|
| |
* Update overview and field sections in the documentation
* Fix formatting
* Fix References
* Remove "chapter" word
|
|
|
|
| |
* Fix broken docs in advanded-shortcuts
|
|
|
|
|
|
|
|
| |
* Remove Google App Engine from documentation
Mention removal in release notes.
Part of #8033
|
|
|
|
| |
* Update DataProvider documentation for beta
|
|
|
|
| |
* Update Binder documentation for beta
|
|
|
|
| |
(#7977)
|
|
|
|
| |
Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
|
|
|
|
| |
Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7
|
|
|
|
|
|
| |
Original pull request is https://github.com/vaadin/vaadin/pull/68.
Change-Id: If6dd0490a52cab3fc0bf59224546e0d295fe666c
|
|
|
|
|
|
| |
javax.sql.DataSource
Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
|
|
|
|
|
|
|
|
|
|
|
| |
save -> writeBean, saveIfValid -> writeBeanIfValid,
load -> readBean, bind -> setBean, unbind -> removeBean.
Now setBean accepts null to reset the bean instead of throwing NPE.
Closes vaadin/framework8-issues#91
Change-Id: I42cbad5856cac11a03bfcefd0fa91a02c41b7234
|
|
|
|
| |
Change-Id: Ib02f6c2ddc32d70f45180a03832b3dec790ecc3d
|
|
|
|
| |
Change-Id: I94d82a6200197a6d9f6b31d66153a140333b5b1e
|
|
|
|
| |
Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9
|
|
|
|
| |
Change-Id: I33a4a4f0f3437a8d1733031a131afbe844c12afb
|
|
|
|
|
|
| |
This will not be implemented for 8.0
Change-Id: Ida33b3de74c7a14def66fac6f0363a12105d8087
|
|
|
|
|
|
| |
series)
Change-Id: Ic40b70e692e686d638e163a224816aabeb6de100
|
|
|
|
|
|
| |
Mostly based on comments on a previous patch that was merged.
Change-Id: I146995853b3318d89061f1d06ab4bbd859168661
|
|
|
|
|
|
|
|
|
|
|
| |
BinderStatusHandler is now triggered only once per validation.
Unified ValidationError and BinderResult into BinderValidationStatus.
Renamed ValidationStatusChangeEvent into ValidationStatus.
Unified handler names for validation status.
Next patch will fix resetting of field errors on reset.
Change-Id: I9536d554d781fe599fbd7e5bcb5a9ffebe675ca0
|