| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
organized was already fixed so added This.
|
|
|
| |
Fixes #8522
|
|
|
|
|
| |
This patch also provides a documentation for #8382.
Fixes #8390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add isValid to Binder
isValid enables you to check the current validation
status of a given Binder, without firing events or invoking
handlers.
This patch also clarifies the javadocs of StatusChangeEvents'
hasValidationErrors.
* Throw in Binder.isValid if no bean is set and bean validators exist
* Add test cases to BinderTest
|
|
|
|
| |
* Add header required by docs site
|
|
|
|
|
|
|
| |
* Include FontAwesome by default for easier migration
* Fix JSComponentLoadingIndicatorTest
Fixes #7979
Addresses part of #8219
|
|
|
|
|
|
|
|
|
| |
* Make Grid add columns based on bean properties
The property set concept used for Binder is slightly generalized and
used by Grid as well to support similar functionality.
Fixes vaadin/framework8-issues#250
|
| |
|
|
|
| |
Fixes #8366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add DataProvider refreshItem for single item update
* Add 'id' concept for DataProviders
This patch also adds a simplified data provider that can replace items
based on their id. This can be used to simulate stale objects from an actual
backend.
* Add refresh logic to Grid SelectionModels
* Remove broken equals and hashCode
* Refresh KeyMapper, clean up some methods
* Fix UI.access in test
* Fix tests and Grid single selection model
* Do clean up before replacing data provider
* Check correct variable for null value
* Fix other selects, add generic tests
* Code style fixes, removed assert
* Merge remote-tracking branch 'origin/master' into 286_refresh_items
* Fix documentation for refreshing an item
* Improve introduction chapter, minor clarifications
* Merge remote-tracking branch 'origin/master' into 287_refresh_items
* Add missing parameters in unit tests
|
|
|
|
|
| |
Note that not all browsers yet support HTML imports. If a polyfill
is needed to load HTML imports, it must be loaded before HTML Imports
can be loaded. There is no automatic loading of any polyfills.
|
|
|
|
|
|
|
|
|
|
| |
* 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
|