| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Running formatter:format will format all files in a submodule using an
embedded Eclipse compiler (based on Neon SR1)
according to the regular formatting settings file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Renamed corresponding test packages too.
Fixes vaadin/framework8-issues#110
|
|
|
|
| |
Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
|
|
|
|
|
|
|
|
|
|
| |
Listing has been moved from AbstractListing to each individual Component.
ComboBox is now typed to String filter.
Fixes issues with declarative read of items.
Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
|
|
|
|
| |
Change-Id: Ic65b8decb3ac8d4dde9bca6cfb40a2a70f461e91
|
|
javax.sql.DataSource
Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
|