121 Commits (953e7212d84619332cba22888aa653462f9c1706)

Author SHA1 Message Date
  Leif Åstrand 953e7212d8 Make Grid add columns based on bean properties (#8392) 7 years ago
  Leif Åstrand 839c37a6cc Refactor editor API to use Binding instead of a component generator (#8368) 7 years ago
  Denis 9ef479303b Introduce empty selection functionality for NativeSelect. (#8336) 7 years ago
  Aleksi Hietanen a1cc08d7b9 Implement GridSortOrder and SortOrderBuilders (#8338) 7 years ago
  Leif Åstrand e397ea01e5 Refactor how DataCommunicator passes filters to its DataProvider (#8309) 7 years ago
  Leif Åstrand 8300e3e9f0 Add static helpers for creating callback data providers (#8314) 7 years ago
  Leif Åstrand 19b42d6ee4 Unify container wrapping (#8312) 7 years ago
  Denis 47f068408d Use getFirstSelectedItem() instead of getFirstSelected(). (#8308) 7 years ago
  Leif Åstrand 838c1d949b Add shorthands to ComboBox for setting a ListDataProvider 7 years ago
  Leif Åstrand 89abdbf02d Remove outdated filtering concepts (#8289) 7 years ago
  Denis 1fb40df874 Overload AbstarctComponent.setDescription() with content mode parameter (#8252) 7 years ago
  Denis f42b9657b8 Introduce DateTimeFile and InlineDateTimeField. (#8218) 7 years ago
  Leif Åstrand 0c471fbab5 Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122) 7 years ago
  Aleksi Hietanen 923b42e549 Include old value in ValueChangeEvent (#8229) 7 years ago
  Aleksi Hietanen 5e89da2f8a Fix broken method signature of Grid.addColumn (#8180) 7 years ago
  Denis 3ef30789d6 Refactor AbstractDateField. (#8146) 7 years ago
  Leif Åstrand 95d016c085 Global java code cleanup using Eclipse Neon.1 7 years ago
  Denis 912c86800b Declarative tests improvements 7 years ago
  Denis 54df589b20 Fix for Grid declarative format (read). (#8050) 7 years ago
  Denis 80a406c075 Add a SortListener to a Grid (#8008) 7 years ago
  Teemu Suo-Anttila 5361398709 Extract interfaces from Grid (#8005) 7 years ago
  Pekka Hyvönen 4b3b5a2325 Rename com.vaadin.server.data to com.vaadin.data.provider (#8004) 7 years ago
  Teemu Suo-Anttila 9d35813566 Redesign user-defined column identifiers for Grid (#7983) 7 years ago
  Denis 809a486c60 Migrate 7.7.5 branch patches to v8. (#7969) 7 years ago
  Denis 2984fbe704 (Re)introduce server side sort for Grid. 7 years ago
  Aleksi Hietanen 334fd4bcef Add ValueProvider interface, use where appropriate 7 years ago
  Leif Åstrand 9e62f59b36 Combine and rename setFilter and applyFilter (#7963) 7 years ago
  Denis a43fd9003a Provide declarative support for Grid. (#7961) 7 years ago
  Ilia Motornyi 95a61630bb VerticalLayout has spacing = true and margin = true by default . 7 years ago
  Pekka Hyvönen e63b51a831 Change Upload to be in immediate mode by default (#111) 7 years ago
  Tien Nguyen 0727092756 Fix margin in declarative format is recognized as unsupported property gridlayout (#103) 7 years ago
  Pekka Hyvönen 22063cfe1a Add a generic selection listener to Grid & SelectionModels (#105) 7 years ago
  Aleksi Hietanen 205efc49bf Deprecate Button#setHtmlContentAllowed (#104) 7 years ago
  Pekka Hyvönen 0cef38513b Add a SelectionMode shorthand for Grid. (#83) 7 years ago
  Denis 154a6a0114 Extends declarative tests for selection components for "data-" attribute (#85) 7 years ago
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 years ago
  Teemu Suo-Anttila 13443562cc Provide in-memory sorting information in Query 7 years ago
  Teemu Suo-Anttila 8310ada79e Add ComboBox custom filtering methods and tests 7 years ago
  Teemu Suo-Anttila 411b8dedb0 Type Listing for DataProvider to allow custom filter types 7 years ago
  Denis Anisimov 159d413602 Provide declarative support for listing components. 7 years ago
  elmot c0d712cdbe Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSource 7 years ago
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 years ago
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 years ago
  Per-Åke Minborg d2e69d55b7 Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8 7 years ago
  Per-Åke Minborg 7f28a0fd47 Remove redundant array creation for varargs 7 years ago
  Per-Åke Minborg 734d99d669 Make sure lock() is released in finally block 7 years ago
  Per-Åke Minborg d75b3a6380 Replace assertEquals(true|false,) with assert(True|False) 7 years ago
  Pekka Hyvönen f5048f21bf Revert "Convert to for-each loop, Stream and switch-over-strings" 7 years ago
  Per-Åke Minborg 73078c7560 Convert to for-each loop, Stream and switch-over-strings 7 years ago
  Per-Åke Minborg 3b3df42e74 Add @Override annotations 7 years ago